Components / Layout
Separator
Visually separates content.
Preview
Design system
Reusable interface primitives
1import { Separator } from "@/components/ui/separator"2
3export function SeparatorDemo() {4 return <Separator />5}Installation
Add the source directly to your project with the shadcn CLI.
npx shadcn@latest add qentrah/DUI/separatorUsage
Install the component, import it from your configured UI directory, and adapt the source to your product. Open the source panel under any example to copy that exact variant.