Command Palette

Search for a command to run...

Separator

Visually or semantically separates content. Built on Base UI Separator primitive.

Title
Content below the separator.

Installation

npx shadcn add separator --registry https://ui.ch.sh/r

Usage

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

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

Examples

Vertical

Item 1
Item 2
Item 3