Separator
SurfacesA hairline divider for sections.
Example
Surface tension
The quiet skin atop still water.
Lake River Spring
<script lang="ts">
import { Separator } from '$lib/components/ui/separator';
</script>
<div class="flex w-full max-w-xs flex-col gap-4">
<div class="flex flex-col gap-3">
<p class="text-sm text-foreground">Surface tension</p>
<Separator />
<p class="text-sm text-muted-foreground">The quiet skin atop still water.</p>
</div>
<div class="flex h-5 items-center gap-3 text-sm text-muted-foreground">
<span>Lake</span>
<Separator orientation="vertical" />
<span>River</span>
<Separator orientation="vertical" />
<span>Spring</span>
</div>
</div>Installation
npx shadcn-svelte@latest add https://mizu-ui.com/r/separator.json