storybook/examples/web-components-kitchen-sink

Storybook Web Components Demo

This example directory represents the application you wish to integrate storybook into.

Run yarn install to sync Storybook module with the source code and run yarn storybook to start the Storybook.

When developing things in @storybook/web-components you can run yarn build web-components --watch in the root folder of the monorepo and both changes in the example code or in @storybook/web-components will be reflected in the UI.