Accent theme

Base radius

Accent theme

Base radius

Colour scheme
Components

Alert

There's no <alert> 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.
Usage
import { Alert } from "@kernelui/react";

<Alert variant="danger" title="Payment failed">
  Update your card details to keep your subscription active.
</Alert>

Props

PropTypeDefault
variant"info" | "success" | "warning" | "danger""info"
titleReactNode