videosphere
Preparing search index...
components/ui/badge
BadgeProps
Interface BadgeProps
Defines the shape of badge props.
interface
BadgeProps
{
variant
?:
"default"
|
"secondary"
|
"destructive"
|
"outline"
;
}
Hierarchy
HTMLAttributes
<
HTMLDivElement
>
VariantProps
<
typeof
badgeVariants
>
BadgeProps
Index
Properties
variant?
Properties
Optional
variant
variant
?:
"default"
|
"secondary"
|
"destructive"
|
"outline"
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
variant
videosphere
Loading...
Defines the shape of badge props.