@toptal/davinci-storybook
v9.0.0
Published
Davinci Storybook support project, containing configurations, themes, webpack plugins and related tools
Downloads
3,113
Maintainers
Readme
@toptal/davinci-storybook
Davinci's support for storybook. Themes, webpack configurations and related tools
Install
To initialize storybook in an existing project, you can run an initialization command:
npx @toptal/davinci-storybookIt will install storybook along with predefined addons.
Usage
Simple run
pnpm storybookTo run storybook only for a particular stories file
pnpm storybook -s hosts/host-1/src/stories/Button.stories.tsxTo run storybook from a particular directory:
pnpm storybook -s hosts/host-1/src/stories/