https://github.com/tyom/storybook-addons
Useful add-ons for Storybook
https://github.com/tyom/storybook-addons
storybook storybook-addon
Last synced: 11 months ago
JSON representation
Useful add-ons for Storybook
- Host: GitHub
- URL: https://github.com/tyom/storybook-addons
- Owner: tyom
- License: mit
- Created: 2020-05-25T21:28:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T19:30:06.000Z (about 2 years ago)
- Last Synced: 2025-08-09T16:49:22.094Z (11 months ago)
- Topics: storybook, storybook-addon
- Language: TypeScript
- Homepage: https://tyom.github.io/storybook-addons/
- Size: 28.7 MB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tyom's Storybook Add-ons
[](https://github.com/tyom/storybook-addons/actions?query=workflow%3ABuilder)
[](https://tyom.github.io/storybook-addons/)
## Examples
- [**React Storybook**](https://tyom.github.io/storybook-addons/react/)
- [**Vue Storybook**](https://tyom.github.io/storybook-addons/vue/)
- [**HTML Storybook**](https://tyom.github.io/storybook-addons/html/)
## Add-ons
- [**storybook-fixtures**](./packages/storybook-fixtures)
Add data fixtures to your components by using local data (JSON files or hardcoded) or even URLs to fetch the data from.
- [**storybook-react-context**](./packages/storybook-react-context)
Manipulate React context inside Storybook. Read state and dispatch updates from outside of React component.