Separator
Visual divider line between content sections
Example
Loading preview…
Separator
Visual divider line between content sections
Source: packages/appkit-ui/src/react/ui/separator.tsx
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
orientation | enum | vertical | Either vertical or horizontal. Defaults to horizontal. | |
decorative | boolean | - | Whether or not the component is purely decorative. When true, accessibility-related attributes are updated so that that the rendered element is removed from the accessibility tree. | |
asChild | boolean | - | - |
Usage
import { Separator } from '@databricks/appkit-ui';
<Separator /* props */ />