ui-library
ui-library copied to clipboard
Chec UI library assets and components
eg when adding a category, I need to click into the Category Name field to then start typing. Ideally, the first field is already selected in this case
I think this is encouraging bad practice as we end up with the tailwind classes directly in the DOM. By omitting `scoped` from our style definitions and properly using `BEM`...
Currently the nav never collapses, and with our `min-width` of 375px this takes up a whole bunch of space.

Pretty much all our usage of `ChecCard` in dash has `tailwind="p-4"` as well. This'll need to go and check on usages of `ChecCard` that don't have `p-4` and whether they're...
- Change mIcon's plusname property to 'plus' to match other plan property names Within dashboard-beta this allows me to simply pass the `plan_name` property to `` without having to worry...
Not sure if there's much value in unit tests for these UI components... I assume we want to leave functionality out of these. We could benefit from automated visual testing...