Agent
Banner
A one-line note about the conversation itself: rate limited, disconnected, handed to a person.
Install
npx shadcn@latest add https://ui.inflection.network/r/banner.jsonPulls in utils automatically.
Usage
This conversation has been handed to a person.
error
We're getting an unusual number of requests. Try again in a few minutes.
Props
| Name | Type | Description |
|---|---|---|
| children* | ReactNode | |
| variant | "info" | "error" | Errors get `role="alert"`; info gets `role="status"`.Default: "info" |
| onDismiss | () => void | Renders a dismiss control when provided. |
* required