Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyom/storybook-addons

Useful add-ons for Storybook
https://github.com/tyom/storybook-addons

storybook storybook-addon

Last synced: 3 months ago
JSON representation

Useful add-ons for Storybook

Awesome Lists containing this project

README

        

# Tyom's Storybook Add-ons

[![Builder](https://github.com/tyom/storybook-addons/workflows/Builder/badge.svg)](https://github.com/tyom/storybook-addons/actions?query=workflow%3ABuilder)
[![Deployer](https://github.com/tyom/storybook-addons/workflows/Deployer/badge.svg)](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.