Separator Orientation

PreviousNext

separator-orientation-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/surfaces/separator/separator-orientation-demo.tsx
"use client"

import { Separator } from "@/components/ui/separator"

export default function SeparatorDemo() {
  return <Separator orientation="vertical" className="h-32" />
}

Installation

npx shadcn@latest add @intentui/separator-orientation-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.