Background Inbox
Work still running elsewhere and completed results waiting to be collected.
Loading component preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/background-inbox.jsonAPI reference
Background Inbox
| Prop | Type | Default | Description |
|---|---|---|---|
items | BackgroundInboxItem[] | — | Provides result identity, lifecycle state, and recency. |
onSelect | (id: string) => void | — | Opens a completed or running item. |
onDismiss | (id: string) => void | — | Clears an item from the inbox. |