Components
Spinner
Animated loading indicator with four animation styles for any async operation.
An animated terminal spinner. Supports four distinct animation styles and integrates with the InkUI theme system.
Installation
Usage
Examples
Basic
Animation styles
Custom interval
With theme
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | '' | Text shown after the spinner frame |
type | 'dots' | 'line' | 'arc' | 'bounce' | 'dots' | Animation style |
interval | number | 80 | Frame interval in milliseconds |
theme | InkUITheme | darkTheme | Color theme |