Skip to content

Instantly share code, notes, and snippets.

@alterx
Created March 13, 2018 17:16
Show Gist options
  • Save alterx/91fc1a2c92eda059e5a982c50b9c6168 to your computer and use it in GitHub Desktop.
Save alterx/91fc1a2c92eda059e5a982c50b9c6168 to your computer and use it in GitHub Desktop.
...
import { Button } from '@storybook/angular/demo';
storiesOf('Addon|Notes', module)
.add(
'Simple note',
withNotes({ text: 'My notes on some button' })(() => ({
component: Button,
props: {
text: 'Notes on some Button',
onClick: () => {},
},
}))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment