ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
components/ui/badge
BadgeProps
Interface BadgeProps
interface
BadgeProps
{
asChild
?:
boolean
;
dotClassName
?:
string
;
disabled
?:
boolean
;
variant
?:
|
"info"
|
"success"
|
"destructive"
|
"warning"
|
"secondary"
|
"outline"
|
"primary"
|
null
;
appearance
?:
"default"
|
"outline"
|
"ghost"
|
"light"
|
null
;
size
?:
"lg"
|
"md"
|
"sm"
|
"xs"
|
null
;
shape
?:
"default"
|
"circle"
|
null
;
}
Hierarchy
HTMLAttributes
<
HTMLDivElement
>
VariantProps
<
typeof
badgeVariants
>
BadgeProps
Index
Properties
as
Child?
dot
Class
Name?
disabled?
variant?
appearance?
size?
shape?
Properties
Optional
as
Child
asChild
?:
boolean
Optional
dot
Class
Name
dotClassName
?:
string
Optional
disabled
disabled
?:
boolean
Optional
variant
variant
?:
|
"info"
|
"success"
|
"destructive"
|
"warning"
|
"secondary"
|
"outline"
|
"primary"
|
null
= ...
Optional
appearance
appearance
?:
"default"
|
"outline"
|
"ghost"
|
"light"
|
null
= ...
Optional
size
size
?:
"lg"
|
"md"
|
"sm"
|
"xs"
|
null
= ...
Optional
shape
shape
?:
"default"
|
"circle"
|
null
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
as
Child
dot
Class
Name
disabled
variant
appearance
size
shape
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...