Separator
A high-quality, unstyled React separator component that is accessible to screen readers.
A separator element accessible to screen readers.
Anatomy
Import the component and use it as a single part:
import { Separator } from '@base-ui/react/separator';
<Separator />;API reference
Root
| Name | Type | Default | Description |
|---|---|---|---|
orientationOptional | Orientation | undefined | horizontal | The orientation of the separator. |