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