Open
Description
- props like
variant
should be full enums or removed and the component split into separate more specialized components content
,child
,text
, etc, props are generally better as JSX than strings because it's just about as opaque while being flexible enough to allow interesting component composition