Alert | CombricSkip to content

Alert

Combric

Static feedback section with explicit live-region opt-in.

@combric/react · v1.1.1 · Current

Import and usage

import { Alert, AlertTitle, AlertDescription } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Error alert

Import failed

Check the source file.

Neutral alert

Ready to review

All required fields are complete.

Assertive live region

Public API

Public exports
Name
Alert
AlertTitle
AlertDescription
Documented contracts
Property / capabilityPublished contract
toneneutral | error
livepolite | assertive

Accessibility

Static by default; live semantics are added only when explicitly requested.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub