From e72411ea42e7717fc33ac4d9d4e8107ff96bc694 Mon Sep 17 00:00:00 2001 From: Charles de Dreuille Date: Tue, 8 Jul 2025 12:06:39 +0200 Subject: [PATCH] Update card.mdx Signed-off-by: Charles de Dreuille --- canon-docs/src/content/components/card.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/canon-docs/src/content/components/card.mdx b/canon-docs/src/content/components/card.mdx index 8b52a53bd8..c45ae9d16c 100644 --- a/canon-docs/src/content/components/card.mdx +++ b/canon-docs/src/content/components/card.mdx @@ -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. ### 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. ### 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.