KQ-011 · TELEMETRY/TOAST

Telemetry Toast

Messages that queue like readings — recoil arrivals, a depth-receding stack, swipe dismissal with velocity projection, and timers that pause under your pointer.

KQ-011 · TELEMETRY/TOAST

Pipeline monitor

ci · kinetiq/registry · main

Fire a few in a row — the stack recedes, hover pauses the timers.

    Install

    One command — the source lands in your repo. Or copy it from the Code tab.

    $ pnpm dlx shadcn@latest add @kinetiq/telemetry-toast

    Props

    PropTypeDefaultDescription
    ToastProvider.position"bottom-right" | "bottom-left" | "top-right" | "top-left""bottom-right"Viewport corner for the stack.
    ToastProvider.maxnumber3Visible stack size; extras queue FIFO.
    useToast(){ toast(input) => id, dismiss(id) }Imperative API from anywhere under the provider.
    ToastInputtitle, description?, variant?, duration?, action?Variants info | success | warn | danger; duration ≤ 0 persists; action renders a button.