From 4598b865309dcdb76108e60df2af49930dd3891a Mon Sep 17 00:00:00 2001 From: ZeeshanTamboli Date: Mon, 26 Dec 2022 17:40:00 +0530 Subject: [PATCH] fix anchor link and sentence --- docs/data/joy/components/card/card.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/joy/components/card/card.md b/docs/data/joy/components/card/card.md index e76a64665546f8..1a811c9f26e3e0 100644 --- a/docs/data/joy/components/card/card.md +++ b/docs/data/joy/components/card/card.md @@ -13,7 +13,7 @@ githubLabel: 'component: card' Cards are most frequently used for easy to scan, relevant, and actionable information. Joy UI provides four Card-related components: -- [`Card`](#basic): a container to control the content direction. +- [`Card`](#basic-usage): a container to control the content direction. - [`CardOverflow`](#overflow): a handy component that takes care of stretching the content to fill all edges of the card. - [`CardCover`](#back-cover): a container for displaying background images within the card, also used to create gradient layers. - [`CardContent`](#back-cover): a wrapper that brings content to the front when used with `CardCover`. @@ -105,7 +105,7 @@ Learn more about best accessibility practices with cards in the [Inclusive Compo ## CSS variables -Play around with all the CSS variables available in the slider component to see how the design changes. +Play around with all the CSS variables available in the component to see how the design changes. You can use those to customize the component on both the `sx` prop and the theme.