You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
variant
should be full enums or removed and the component split into separate more specialized componentscontent
,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 compositionThe text was updated successfully, but these errors were encountered: