Components
Tag
A static label that highlights an item's category or attribute.
Basic usage
First, import the component.
import {Tag} from '@pleo-io/telescope'
Then use it like so:
API reference
Prop | Type | Default |
---|---|---|
children * | React.ReactNode | |
Icon | React.FC<{ size?: any; color?: any; }> | |
variant | enum | pink |
On this page