Storybook for polymer is a UI development environment for your Polymer components. With it, you can visualize different states of your UI components and develop them interactively.
Storybook for Polymer is at the EXPERIMENTAL stage!
Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
cd my-polymer-app
npx -p @storybook/cli sb init
For more information visit: storybook.js.org
Storybook also comes with a lot of addons and a great API to customize as you wish. You can also build a static version of your storybook and deploy it anywhere you want.
- This is super super experimental, if you want to use this, expect some bugs, and missing features.
- We're looking for help to support this. If you're a member of the Polymer community and like this project, please help us! If you need any onboarding from us, we're happy to help you in any way!