Learn more about Mintlify
Enter your email to receive updates about new features and product releases.
Visually or semantically separates content.
npx shadcn-svelte@next add separator
Install bits-ui
npm install bits-ui -D
Copy and paste the component source
<script lang="ts"> import { Separator } from "$lib/components/ui/separator/index.js"; </script>
<Separator />