We’re big fans of storybook, and would love to get a storybook implemented in this repo. This would give us an environment to experiment with & extend components & a place to iterate on different flows.
This PR starts simple: introduce storybook to our codebase with a simple story around our existing Button component. After this PR the next step would be to turn out a Stylesheet component as a story to track styling across the app.
@jlwaugh previously implemented this for us on our prior repo: qri-io/frontend. This time around we need to do it with typescript. The storybook implementation in that repo should serve as a guide.
We’re big fans of storybook, and would love to get a storybook implemented in this repo. This would give us an environment to experiment with & extend components & a place to iterate on different flows.
This PR starts simple: introduce storybook to our codebase with a simple story around our existing Button component. After this PR the next step would be to turn out a
Stylesheet
component as a story to track styling across the app.@jlwaugh previously implemented this for us on our prior repo: qri-io/frontend. This time around we need to do it with typescript. The storybook implementation in that repo should serve as a guide.
PR1: Steps to complete:
package.json
scripts, as outlined in the guide