Getting started
Foundations
Integrations
Form19
Display5
Layout4
Navigation4
Overlay8
Feedback4
Motion19
#Installation
npx @dinachi/cli@latest add separator#Usage
tsx
import { Separator } from "@/components/ui/separator"#Examples
#API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | 'horizontal' | 'vertical' | 'horizontal' | Sets the separator orientation. |
| decorative | boolean | true | Whether the separator is decorative only. |