mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
# Conflicts: # addons/actions/package.json # addons/events/package.json # addons/events/src/index.ts # addons/ondevice-notes/package.json # dev-kits/addon-roundtrip/package.json # examples/dev-kits/package.json # examples/html-kitchen-sink/package.json # lib/client-api/package.json # lib/client-api/src/client_api.ts # lib/client-api/src/typings.d.ts # lib/client-api/tsconfig.json # lib/ui/src/index.js # yarn.lock
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