Docs
GitHub
Preparing search index...
The search index is not available
TypeDoc Example
TypeDoc Example
CardAProps
Interface CardAProps
The props type for
CardA
.
interface
CardAProps
{
variant
:
|
"primary"
|
"secondary"
|
"success"
|
"danger"
|
"light"
|
"dark"
;
}
Index
Properties
variant
Properties
variant
variant
:
|
"primary"
|
"secondary"
|
"success"
|
"danger"
|
"light"
|
"dark"
The theme of the card. Defaults to
primary
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
variant
API
Docs
GitHub
TypeDoc Example
Loading...
The props type for CardA.