ns-ui / feed-escapement
0 queued
- Waiting for activity…
the fork releases one item at a time — never a dogpile
ns-ui
Live feed where a small SVG anchor fork gates arrivals one at a time — a burst becomes a metered tick-tick-tick instead of a dogpile, held open only by each item's own spring-settle, not a schedule.
Use when a live feed that receives bursts, where arrivals should be metered in one at a time by each item's own settle rather than by a scheduler, so a dogpile becomes a legible tick-tick-tick; pick toast-gravity-stack instead when the arrivals are transient toasts rather than permanent feed rows, or timeline-agent-lanes when the stream is concurrent agent turns rather than a flat list.
Install
npx shadcn add https://design.helpmarq.com /r/feed-escapement.jsonns-ui / feed-escapement
the fork releases one item at a time — never a dogpile
| Prop | Type | Default | Description |
|---|---|---|---|
| className? | string | — | — |
| aria-label? | string | "Live activity feed" | — |
| emptyLabel? | string | "Waiting for activity…" | shown while no items have arrived yet |