Search
Search something to see results
TypeDoc Example
TypeDoc
GitHub
TypeDoc Example
/
CardAProps
CardAProps
The props type for
CardA
.
interface
CardAProps
{
variant
:
|
"primary"
|
"secondary"
|
"success"
|
"danger"
|
"light"
|
"dark"
;
}
Index
Properties
CardAProps.variant
Properties
variant
variant
:
"primary"
|
"secondary"
|
"success"
|
"danger"
|
"light"
|
"dark"
The theme of the card. Defaults to
primary
.
The props type for CardA.