Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix anchor link in the card's docs and fix a typo #35634

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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