Check this out
Interesting content you want to highlight.
The Card
component is used 29
times on 27
pages.
See all examples of pages that use Card
Used 29 times.
Pages
Partials
Cards are a built-in component provided by Starlight ↗.
Check this out
Interesting content you want to highlight.
import { Card } from "~/components";
<Card title="Check this out" icon="puzzle"> Interesting content you want to highlight.</Card>
Links
import { ListCard } from "~/components";
<ListCard title="Links" icon="puzzle">
- foo- bar- baz
</ListCard>
Interesting content you want to highlight.
import { LinkTitleCard } from "~/components";
<LinkTitleCard title="Check this out" icon="puzzle" href="/style-guide/components/cards/"> Interesting content you want to highlight.</LinkTitleCard>
Optionally, you can choose a corresponding icon from Starlight’s Icons ↗ for cards.