Distinguish sections of content or groups of Composite items. This abstract component is based on the WAI-ARIA Separator Role.
1234567import { Separator } from "ariakit/separator"; import "./style.css"; export default function Example() { return <Separator orientation="horizontal" className="separator" />; }
import { Separator } from "ariakit/separator"; import "./style.css"; export default function Example() { return <Separator orientation="horizontal" className="separator" />; }