GitHubnpm

Accent theme

Base radius

GitHubnpm

Accent theme

Base radius

Colour scheme
Docs menu

Guides


Primitives
Forms
Layout
Feedback
Overlays
Navigation
Data Display
AI

Callout

There's no <callout> element, ARIA live-region roles are the correct tool for exactly this gap. danger/warning interrupt (role="alert", assertive);info/success wait their turn (role="status", polite).

Heads up

This is announced politely (role="status"), it won't interrupt anything in progress.

Playground

Toggle every adjustable prop and watch the component — and the code — update live.

Payment failed

Update your card details to keep your subscription active.
variant
Usage
<Callout variant="info" title="Payment failed">Update your card details to keep your subscription active.</Callout>

Props

Props for Callout.
PropTypeDefault
variant"info" | "success" | "warning" | "danger""info"
titleReactNode