Foundations · Divider
SSR NativeAccessibleDivider
Separates related regions with a quiet semantic rule.
Workspace details
Horizontal separators organize related content.
General
Security
Astro
---
import { Divider } from '@charvesta/cetha';
---
<Divider />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Controls the visual and semantic direction. |
class | string | — | Additional classes forwarded to the rendered element. |
Accessibility
Orientation is communicated on the native separator element.