Storybook
Using Storybook to develop and document UI components
Writing Stories
Setting where a Story should be organized in the sidebar
storiesOf('Notifications|CompatibilityWarningContent', module)storiesOf('Notifications|Modals/StatusModal', module)
The most basic Story
Using a visual wrapper component
Allowing for quick prop changes

Add/remove options from a <select>

Simulate performing an action

Last updated
Was this helpful?