Badge
type BadgeProps = ComponentProps<typeof Badge>;
Badge
Prop | Type | Default Value | Description |
---|---|---|---|
className | string | undefined | The CSS class name for styling the button. |
variant | string | default | The variant style of the button. Possible values are: 'link', 'default', 'secondary', 'destructive', 'outline', null, or undefined. |