Card
SurfacesThe signature frosted-glass surface, with a wet top sheen.
Example
Clear skies
A frosted-glass surface with a wet top sheen.
Compose a header, content, and footer, or drop in anything you like.
<script lang="ts">
import * as Card from '$lib/components/ui/card';
import { Button } from '$lib/components/ui/button';
</script>
<Card.Root class="w-full max-w-sm">
<Card.Header>
<Card.Title>Clear skies</Card.Title>
<Card.Description>A frosted-glass surface with a wet top sheen.</Card.Description>
</Card.Header>
<Card.Content>
<p class="text-sm text-muted-foreground">
Compose a header, content, and footer, or drop in anything you like.
</p>
</Card.Content>
<Card.Footer>
<Button class="w-full">Continue</Button>
</Card.Footer>
</Card.Root>Installation
npx shadcn-svelte@latest add https://mizu-ui.com/r/card.json