Storybook stories need to be fleshed out
Opened this issue · 1 comments
lukemalinowski commented
If you run npm run storybook
and go through the list of stories you will see that the components are not be fed very good data, so they don't render well.
This is for several reasons, one of which being that store is not filled by anything when running storybook, two some components are not wrapped correctly, the countcards should be wrapped in a bootstrap card deck div, but are not.
Issue created for tracking purposes. We're overtasked right now, so it'll have to wait.
Also need to wait till #44 is marked resolved
aaronlippold commented
Remember to update the docs as well