klimentru1986 / angular-storybook-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgStorybook

An example Angular CLI app with storybook 3.4 and plugins configured and ready to be used.

To start storybook ng run storybook.

Roadmap for Plugins

  • a11y - Test components for user accessibility in Storybook
  • actions - Log actions as users interact with components in the Storybook UI
  • background - Let users choose backgrounds in the Storybook UI
  • centered - Center the alignment of your components within the Storybook UI
  • events - Interactively fire events to components that respond to EventEmitter
  • graphql - Query a GraphQL server within Storybook stories
  • info - Annotate stories with extra component usage information
  • jest - View the results of components' unit tests in Storybook
  • knobs - Interactively edit component prop data in the Storybook UI
  • links - Create links between stories
  • notes - Annotate Storybook stories with notes
  • options - Customize the Storybook UI in code
  • storyshots - Easy snapshot testing for components in Storybook
  • storysource - View the code of your stories within the Storybook UI
  • viewport - Change display sizes and layouts for responsive components using Storybook

About


Languages

Language:TypeScript 65.7%Language:JavaScript 22.0%Language:HTML 11.7%Language:CSS 0.6%