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

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