enBloc-org / kindly

GNU General Public License v3.0
12 stars 16 forks source link

📚 Add Storybook #221

Closed camelPhonso closed 3 weeks ago

camelPhonso commented 1 month ago

Expected Behaviour

Components should have some element of testing and the Developer Experience is due a few improvements:

Current Behaviour

Component files are currently organised within the folders structure of our code but can only be viewed by running the app and finding the component there or testing it in a new use-case. There are no component tests of any kind happening at the moment and variations of the same component will sometimes surprise us and cause a last-minute redesign of the component.

Steps to Reproduce Suggestion

Storybook allows us to create our own component library.