Skip to content

Latest commit

 

History

History
 
 

polymer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Storybook for Polymer

Build Status on CircleCI CodeFactor Known Vulnerabilities BCH compliance codecov
Storybook Slack Backers on Open Collective Sponsors on Open Collective


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 Screenshot

Storybook runs outside of your app. So you can develop UI components in isolation without worrying about app specific dependencies and requirements.

Getting Started

npm i -g @storybook/cli
cd my-polymer-app
getstorybook

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.

Polymer Notes

  • 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!