KB-103 · SIGNAL/CENTER
Signal Center
An inbox that files itself — signals arrive on the conveyor, swipe away with real velocity, and clear-all sweeps the floor in a cascade.
KB-103 · SIGNAL/CENTER
Signals
33unreadCI
Billing
Mentions
System
Swipe a row to archive
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/signal-center
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| signals / defaultSignals / onSignalsChange | Signal[] / Signal[] / (signals) => void | — | Controlled or uncontrolled feed; Signal = { id, source, title, detail?, time, read? }. |
| onArchive | (signal: Signal) => void | — | Fires per archived signal, including clear-all. |
| title | string | "Signals" | Header title next to the live unread readout. |