/storybook-html

Test Storybook HTML - specifically docs, controls/knobs and a11y plugins

Primary LanguageJavaScript

Storybook HTML

  • This repo tests that specific addons work OK for HTML stories - i.e. docs, controls and a11y.
  • npm run storybook.

Useful Storybook documentation

Accessing external static UI resources

  • The .storybook\preview-head.html in this repo contains a <link> statement to an external CSS file which has been bundled by Parcel in this external repo.
  • npm start to start the server in the external repo.