Components/Divider

Search documentation

Jump to any guide or component.

↑↓ move · Enter open · Esc close

Foundations · Divider

SSR NativeAccessible

Divider

Separates related regions with a quiet semantic rule.

Live previewv0.1.4

Workspace details


Horizontal separators organize related content.

General


Security

Astro
---
import { Divider } from '@charvesta/cetha';
---

<Divider />

API reference

PropTypeDefaultDescription
orientation'horizontal' | 'vertical''horizontal'Controls the visual and semantic direction.
classstringAdditional classes forwarded to the rendered element.

Accessibility

Orientation is communicated on the native separator element.