Card
Last updated: 2.0.0 (21/01/2024)
Usage
Props
Extends GenericLayoutProps
and PolymorphicButtonProps
.
size
ComponentSize
Defines the size class for this card.
radius
ComponentSize
Defines the radius size class for this card.
gap
CSSProperties["gap"]
Defines the gap size between this card's contents.
buttonProps
Optional props to pass to the button component of this card.
flexProps
Optional props to pass to the Flex
component of this card.
CardImageProps
Extends GenericProps
and GenericImageProps
.
radius
ComponentSize
Defines the radius size class of this image. Defaults to the theme default radius size class.
width
CSSProperties["width"]
Sets width
css property.
height
CSSProperties["height"]
Sets height
css property.
CardSectionProps
Extends FlexProps
.
No unique props.
CardButtonsProps
Extends FlexProps
.
No unique props.
Last updated
Was this helpful?