KQ-016 · METRONOME/LOADER
Metronome Loader
Waiting, kept honest — a pendulum, a bearing cradle, or a radar sweep; give it a value and it morphs into a determinate arc gauge.
KQ-016 · METRONOME/LOADER
Calibration bay
pendulum loader
pendulumbearing loader
bearingsweep loader
sweephelix loader
helixprintout loader
printoutscramble loader
scrambleCalibration progress
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/metronome-loader
Props
- variant
- "pendulum" | "bearing" | "sweep"
- default "pendulum"
- Indeterminate style; ignored once value is set.
- size
- "sm" | "md" | "lg"
- default "md"
- 24 / 40 / 64 px.
- value
- number
- default —
- 0–100; presence morphs the loader into a determinate arc gauge.
- label / showLabel
- string / boolean
- default —
- Accessible name; optionally rendered visibly.
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "pendulum" | "bearing" | "sweep" | "pendulum" | Indeterminate style; ignored once value is set. |
| size | "sm" | "md" | "lg" | "md" | 24 / 40 / 64 px. |
| value | number | — | 0–100; presence morphs the loader into a determinate arc gauge. |
| label / showLabel | string / boolean | — | Accessible name; optionally rendered visibly. |