Skip to content

Commit

Permalink
[docs] Fix anchor link in the card's docs and fix a typo (#35634)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Dec 27, 2022
1 parent 7256d4a commit ee7824d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/joy/components/card/card.md
Expand Up @@ -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`.
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit ee7824d

Please sign in to comment.