Skip to content

Add Storybook

Alex Gleason requested to merge storybook into develop

Summary

Storybook will allow us to view all different permutations of our UI components. This is just the beginning, but soon we'll soon use it to display complex components like our MediaGallery and status Card in all their various forms.

There's no better replacement for pointing Soapbox at a server and using real data. But this can help us standardize our highly-used UI components, complex components, and difficult-to-reach states. In other words, not everything should be a story - just things that are harder to test in the real environment.

To test it, run:

yarn storybook

Screenshots (if appropriate):

Kazam_screencast_00067

Edited by Alex Gleason

Merge request reports