ui-components
ui-components copied to clipboard
Convert docs to react-storybook
Our (my) home-grown docs site is becoming harder to maintain as we add more complexity to this repo (styled-components, automated tests, themes, etc). It also relies on some out of date webpack usage that blocks the repo from upgrading.
Storybook.js has added some nice features around documenting and testing components that are pretty slick:
https://storybook.js.org/basics/writing-stories/ https://storybook.js.org/testing/interaction-testing/
Storybook now covers our entire use case and then some. We should use that instead.
Related #38 #109
docz vs. storybook!