Skip to content

Commit

Permalink
fix: sx prop in mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Dec 23, 2020
1 parent e136c2d commit a62394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stories/src/mdx-stories/template-bind.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Button } from '../../../stories/src/components/Button';

export const Template = props => <Button {...props} />;

You can bind stories to templates to reduce the amount of repetitive code. Click on the <EditPage sx={{ display: 'inline-block' }}/> button above to see how the templates are linked to the stories.
You can bind stories to templates to reduce the amount of repetitive code. Click on the <EditPage style={{ display: 'inline-block' }}/> button above to see how the templates are linked to the stories.

<Playground>
<Story name='tom' controls={{
Expand Down

0 comments on commit a62394f

Please sign in to comment.