Card

Card is a flexible component used to group and display content in a clear and concise format.

    Source@chakra-ui/card

Props#

align

Description

The flex alignment of the card

Type
ResponsiveValue<AlignItems>

colorScheme

Description

Color Schemes for Card are not implemented in the default theme. You can extend the theme to implement them.

Type
string

direction

Description

The flex direction of the card

Type
ResponsiveValue<FlexDirection>

justify

Description

The flex distribution of the card

Type
ResponsiveValue<JustifyContent>

size

Type
"sm" | "md" | "lg"
Default
"md"

variant

Type
"elevated" | "outline" | "filled" | "unstyled"
Default
"elevated"
Edit this page on GitHub

Proudly made inNigeria by Segun Adebayo

Deployed by â–² Vercel