We may want to move away from the nested List.Item, Tags.Tag, etc. types of component and change them to be top-level UI components. This will make things consistent and allow for usage of <Card />, <Tag />, etc. but also allow for grouping of said items.
It's possible we really do want a <Group> or <Collection> component that wraps them. Argh!
We may want to move away from the nested
List.Item
,Tags.Tag
, etc. types of component and change them to be top-level UI components. This will make things consistent and allow for usage of<Card />
,<Tag />
, etc. but also allow for grouping of said items.It's possible we really do want a
<Group>
or<Collection>
component that wraps them. Argh!