Card
A surface for grouping related content, composed of header, content, and footer.
sivir-ui
Next.jsvercel.com/aidan-neel/sivir-ui
Installation
Copy the command below and run it in your terminal.
Usage
Import Card and compose it with sub-components:
Examples
Card with different structures and compositions.
Full composition
Account settings
Manage your workspace settings.
Currently on the Team plan. 12 of 25 seats used.
Content only
Minimal card with just content.
Panel frame
Inset surface
Concentric double-line frame for denser UI chrome.
Use variant="panel" when a card should
sit inside a framed surface instead of a flat border.
Inset frame
sivir-ui
vercel.com/aidan-neel/sivir-ui
Anatomy
Card.Root - Provides the card container.
Card.Title - Renders the card heading.
Card.Header - Groups card heading content.
Card.Footer - Groups card actions or metadata.
Card.Description - Renders the card description.
Card.Content - Renders the card body.
bunx @sivir-ui/svelte add card