Skip to content

Commit

Permalink
Update button.stories.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Sep 26, 2019
1 parent cc5b1c8 commit 532e745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/official-storybook/stories/demo/button.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import { useState } from 'react';
import { action } from '@storybook/addon-actions';
import { Button } from '@storybook/react/demo';
import { Meta, Story, Preview } from '@storybook/addon-docs/blocks';
import { Meta, Story, Preview, Props } from '@storybook/addon-docs/blocks';

<Meta title="Other|Demo/ButtonMdx" component={Button} />

# Simple Button

<Props of={Button} />

## Hello

<Story name="with text">
Expand Down

1 comment on commit 532e745

@vercel
Copy link

@vercel vercel bot commented on 532e745 Sep 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.