Update card.mdx

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-07-08 12:06:39 +02:00
parent 76255b883f
commit e72411ea42
+3 -3
View File
@@ -46,19 +46,19 @@ A card component that can be used to display content in a box.
### CardHeader
A header component that can be used to display a title and a subtitle.
To display a header in a card, use the `CardHeader` component. This will be fixed at the top of the card.
<PropsTable data={cardHeaderPropDefs} />
### CardBody
A body component that can be used to display content in a box.
To display content in a card, use the `CardBody` component. This will automatically fill the card.
<PropsTable data={cardBodyPropDefs} />
### CardFooter
A footer component that can be used to display a footer.
To display a footer in a card, use the `CardFooter` component. This will be fixed at the bottom of the card.
<PropsTable data={cardFooterPropDefs} />