qri-io / desktop

Qri Desktop
https://qri.io/desktop
GNU General Public License v3.0
67 stars 14 forks source link

Port react storybook to this repo #291

Closed b5 closed 4 years ago

b5 commented 5 years ago

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:

chriswhong commented 4 years ago

Storybook is in! Closing