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