New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@storybook/polymer

Package Overview
Dependencies
Maintainers
12
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storybook/polymer

Storybook for Polymer: Develop Polymer components in isolation with Hot Reloading.

5.3.0-alpha.46
Source
npm
Version published
Weekly downloads
627
-35.69%
Maintainers
12
Weekly downloads
 
Created
Source

Storybook for Polymer

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

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.

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!

Keywords

storybook

FAQs

Package last updated on 15 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts