Boot Log
A self test that prints itself line by line, at its final height from the first frame.
pulls in@afterglow/caret
Installation
npx shadcn@latest add @afterglow/boot-logAPI Reference
BootLog
Prints its lines one at a time, interval milliseconds apart. A line can carry a tone: default, dim, ok, warn or error.
| Prop | Type | Default |
|---|---|---|
| lines | (string | { text: string; tone?: BootTone })[] | - |
| interval | number | 240 |
| prefix | string | ">" |
| onComplete | () => void | - |