Getting Started
Foundations
Integrations
Components
#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. |