IInbox
Components

Banner

A page-level notice that stays until the thing it is about changes.

Two vendors renew this month

Datadog and Segment both fall inside the close window.

Three requests have waited five days or more

SOC 2 evidence accepted

Installation

npx shadcn@latest add https://ui.whoisroktim.lol/r/banner.json

Persistent, and scoped to the page

A banner belongs to the thing it is about. It does not time out, and it is not global — that is a Toast.

The tint carries the meaning and the left edge repeats it, so the distinction survives for anyone who cannot separate the tints. error renders with role="alert"; the rest are role="status".

PropTypeDefaultDescription
tone"info" | "success" | "warning" | "error""info"Sets tint, edge and the announcement role.
titlestringThe headline — often the entire message.
action{ label, onClick }One affordance, inline.
onDismiss() => voidAdds a close button. Omit for notices that must not be dismissed.