Update addons/controls/README.md

Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
This commit is contained in:
Jimmy Cleveland 2020-09-15 09:37:38 -06:00 committed by GitHub
parent 868a7acd0d
commit 8e661765bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ Basic.args = { label: 'hello', background: '#ff0' };
Here's the MDX equivalent:
```jsx
import { Meta, Story } from '@storybook/addon-docs/blocks'
import { Meta, Story } from '@storybook/addon-docs/blocks';
import { Button } from './Button'
<Meta title="Button" component={Button} argTypes={{ background: { control: 'color' } }} />