@cartridge-engine/divider
v3.0.0
Published
Text input with focus management
Readme
Divider
Horizontal line with optional centered label.
Props
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| label | string | — | Centered label text. |
| char | string | '─' | Line character. |
| width | number | 50 | Total width in characters. |
All text is rendered with dimColor for a subdued appearance.
Best Practice
<Divider label="Section 1" />
// ───────── Section 1 ─────────