Update card.mdx
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user