react-styleguidist-example
v1.0.0
Published
React styleguidist example
Downloads
2
Readme
React Styleguidist example style guide
This example is supposed to be used to reproduce issues, if you want to learn how to use React Styleguidist see examples in the main repository.
How to start locally
git clone https://github.com/styleguidist/example.git react-styleguidist-example
cd react-styleguidist-example
npm install
npm start
Then open http://localhost:6060 in your browser.
How to create a reproducible demo
- Fork this repository (please don’t use the main, styleguidist/react-styleguidist, repository).
- Modify it to reproduce the issue.
- Push your changes to GitHub and paste the link into a GitHub issue.
Most likely you’ll find an issue yourself, while creating a demo.