Card & CardGrid
Linkable cards for next steps and feature grids.
A Card groups a title and description, optionally as a link. Give it an href and it becomes clickable, with a hover state and a trailing arrow. CardGrid lays cards out in a responsive grid that reflows without breakpoints: as many
columns as fit, down to one on narrow screens.
Introduction
What Svelte DocSmith is and who it's for.
Quick Start
Wire up the pipeline and render your first page.
Theming
Override tokens or pick a pre-installed theme.
Usage
API reference
Card
title required string Card heading.
href string Makes the card a link.
external boolean default falseOpen the link in a new tab.
icon Snippet Optional leading icon.
CardGrid
children Snippet The Cards to lay out.