octopusthink / nautilus

Inclusive, open-source design system and React component library.
https://nautilus.octopusthink.com
MIT License
2 stars 0 forks source link

Allow for single Tag component and re-think how we handle child components #169

Open tofumatt opened 5 years ago

tofumatt commented 5 years ago

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!