Select UI framework
Get Started
React Aria
AlertApp Store ButtonAspect RatioBadgeBannerBreadcrumbButton GroupButtonCheckboxCommand MenuCompactButtonDialogDrawerEmptyFancy ButtonFile UploadHintInput OTPInputItemKbdLabelLinkButtonLoaderPopoverProgress BarProgress CircleRadio GroupRatingSelectSeparatorSkeletonSliderSocial ButtonSwitchTagTextareaToggle GroupToggleTooltip
Component separator-demo not found in registry.
Installation
pnpm dlx shadcn@latest add separator
Usage
import * as Separator from "@/registry/react-aria/ui/separator"
export default function SeparatorExample() {
return (
<div>
<p>Content above</p>
<Separator.Root variant="line" />
<p>Content below</p>
</div>
)
}Variants
Line (Default)
Component separator-line not found in registry.
Line Spacing
Component separator-line-spacing not found in registry.
Line Text
Component separator-text not found in registry.
Text
Component separator-line-text not found in registry.
Solid Text
Component separator-solid-text not found in registry.
Content
Component separator-content not found in registry.
Orientation
Component separator-orientation not found in registry.