storybook/dev-kits/addon-parameter
Norbert de Langen 88ec8de571 Merge branch 'next' into core/managed-addon-state
# Conflicts:
#	.teamcity/OpenSourceProjects_Storybook/buildTypes/OpenSourceProjects_Storybook_Bootstrap.kt
#	docs/src/pages/addons/writing-addons/index.md
#	docs/yarn.lock
#	examples/official-storybook/package.json
#	lib/ui/src/containers/preview.js
#	package.json
2019-06-05 15:21:43 +02:00
..
2019-05-15 22:30:21 +02:00
2019-05-16 12:24:10 +02:00

example addon: parameter

This addon listens to changes in story parameters, and displays them in your preferred way.

This can be useful to display metadata on component/stories.

Parameters are static data associated with a story.

Uses include:

  • showing notes/documentation about your story/component
  • showing a dependency graph
  • showing the source code of your component and or story
  • displaying a list of assets or links that belong with your component