import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Separator } from "@/registry/bases/base/ui/separator" export default function SeparatorExample() { return ( ) } function SeparatorHorizontal() { return (
shadcn/ui
The Foundation for your Design System
A set of beautifully designed components that you can customize, extend, and build on.
) } function SeparatorVertical() { return (
Blog
Docs
Source
) } function SeparatorVerticalMenu() { return (
Settings Manage preferences
Account Profile & security
Help Support & docs
) } function SeparatorInList() { return (
Item 1
Value 1
Item 2
Value 2
Item 3
Value 3
) }