Cards
The Card component is used 29 times
on 27 pages.
See all examples of pages that use Card
Used 29 times.
Pages
- /ai-crawl-control/ - Source
- /learning-paths/china-network-overview/series/china-express-overview-2/ - Source
- /learning-paths/china-network-overview/series/china-network-main-features-1/ - Source
- /learning-paths/durable-objects-course/series/build-the-app-frontend-5/ - Source
- /learning-paths/durable-objects-course/series/deploy-your-video-call-app-7/ - Source
- /learning-paths/durable-objects-course/series/make-answer-webrtc-calls-6/ - Source
- /learning-paths/durable-objects-course/series/real-time-messaging-with-websockets-4/ - Source
- /learning-paths/durable-objects-course/series/serverless-websocket-backend-3/ - Source
- /learning-paths/durable-objects-course/series/what-are-durable-objects-2/ - Source
- /learning-paths/r2-intro/series/r2-1/ - Source
- /learning-paths/r2-intro/series/r2-2/ - Source
- /learning-paths/r2-intro/series/r2-3/ - Source
- /learning-paths/r2-intro/series/r2-4/ - Source
- /learning-paths/r2-intro/series/r2-5/ - Source
- /learning-paths/sase-overview-course/series/connect-secure-from-any-network-to-anywhere-4/ - Source
- /learning-paths/sase-overview-course/series/evolution-corporate-networks-1/ - Source
- /learning-paths/sase-overview-course/series/protect-users-from-internet-risks-5/ - Source
- /learning-paths/sase-overview-course/series/secure-remote-access-to-critical-infrastructure-3/ - Source
- /learning-paths/sase-overview-course/series/stop-hosting-own-vpn-service-2/ - Source
- /learning-paths/warp-overview-course/series/warp-basics-1/ - Source
- /learning-paths/warp-overview-course/series/warp-basics-2/ - Source
- /learning-paths/workflows-course/series/workflows-1/ - Source
- /learning-paths/workflows-course/series/workflows-2/ - Source
- /learning-paths/workflows-course/series/workflows-3/ - Source
- /rules/snippets/ - Source
- /security/ - Source
Partials
Cards are a built-in component provided by Starlight ↗.
import { Card } from "~/components";
<Card title="Check this out" icon="puzzle"> Interesting content you want to highlight.</Card>import { ListCard } from "~/components";
<ListCard title="Links" icon="puzzle">
- foo- bar- baz
</ListCard>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.