Separator

PreviousNext

separator-demo

Docs
intentuipage

Preview

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

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

export default function SeparatorDemo() {
  return <Separator />
}

Installation

npx shadcn@latest add @intentui/separator-demo

Usage

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