Components
Divider
Horizontal separator line with optional title. Four border styles.
A full-width horizontal separator. Supports an optional title and four character styles.
Installation
Usage
Examples
All styles
With title
Fixed width
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | undefined | Optional label in the middle of the line |
style | 'single' | 'double' | 'dashed' | 'bold' | 'single' | Line character style |
width | number | terminal width | Total width in columns |
theme | InkUITheme | darkTheme | Color theme |