Visually or semantically separates content. Built on Base UI Separator primitives.
An open-source UI component library.
import { SeparatorRoot } from "@/components/ui/static/separator"<SeparatorRoot />
{/* Vertical */}
<SeparatorRoot orientation="vertical" />Software Engineer
142
Posts
1.2k
Followers
89
Following
orientation"horizontal" | "vertical""horizontal"The orientation of the separator.
decorativebooleanfalseWhether the separator is purely decorative (no semantic meaning).