Codeways UI
Browse components

Feedback

Alert

Inline, persistent page or section messages.

@codeways/ui/alert

Tones

Inline, persistent page/section messages - not for action outcomes (toast) or field errors (FieldError).

Draft not sent

This invoice has not been emailed to the client yet.

New OIDC client

Accounts issued a new client secret for Services this morning.

No street address on file

Contracts rendered now omit the registered-office clause.

Invoice sent

INV-000194 was emailed to [email protected] just now.

With an action

Trial ends in 3 days

Payroll runs will pause once the trial ends.

Usage

import { Alert } from "@codeways/ui/alert";

<Alert tone="warning" title="No street address on file">
  Contracts rendered now omit the registered-office clause.
</Alert>