Skip to content

Commit

Permalink
docs: add preview to components documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent c037dbb commit 3cb15ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/dyne-button/dyne-button.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Canvas, Controls, Meta, Stories } from '@storybook/blocks';
import { Canvas, Controls, Meta, Primary, Stories } from '@storybook/blocks';

import * as DyneButton from './dyne-button.stories';

Expand Down Expand Up @@ -26,6 +26,8 @@ The component comes in different variants such as `primary`, `secondary`, `large

Button has the following properties:

<Primary />

<Controls />

<Stories />

0 comments on commit 3cb15ff

Please sign in to comment.