The flex alignment of the card
Card
Card is a flexible component used to group and display content in a clear and concise format.
Props#
align
align
Description
Type
ResponsiveValue<AlignItems>
colorScheme
colorScheme
Description
Color Schemes for Card
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
direction
direction
Description
The flex direction of the card
Type
ResponsiveValue<FlexDirection>
justify
justify
Description
The flex distribution of the card
Type
ResponsiveValue<JustifyContent>
size
size
Type
"sm" | "md" | "lg"
Default
"md"
variant
variant
Type
"elevated" | "outline" | "filled" | "unstyled"
Default
"elevated"
Props#
align
align
Description
The flex alignment of the card
Type
ResponsiveValue<AlignItems>
colorScheme
colorScheme
Description
Color Schemes for Card
are not implemented in the default theme. You can extend the theme to implement them.
Type
string
direction
direction
Description
The flex direction of the card
Type
ResponsiveValue<FlexDirection>
justify
justify
Description
The flex distribution of the card
Type
ResponsiveValue<JustifyContent>
size
size
Type
"sm" | "md" | "lg"
Default
"md"
variant
variant
Type
"elevated" | "outline" | "filled" | "unstyled"
Default
"elevated"
Work in Progress