Tag
This is the <Tag />
component
Basic Tag
- Presentation
- Source
Core
Epic
Various
<Tag appearance={TagAppearance.Core} />
<Tag appearance={TagAppearance.Epic} />
<Tag appearance={TagAppearance.VARIOUS} />
Component API
Name | Type | Default | Description |
---|---|---|---|
colorScheme | dark / light | dark | Modal color scheme |
children | ReactNode | - | Modal content |
className | string | - | Used to pass className down to the Modal for a better styling |
onClose | () => void | - | Close event, used by the modal elements (backdrop, close button) |
hideCloseButton | boolean | - | Toggle prop to hide close button of the modal. |