Alert
Callout for important information
Preview
Alert
This component is completely themeable, accessible, and ready for production use.
Usage
import { Alert } from '@aaroh/react-ui';
export default function Example() {
return (
<Alert>
Click Me
</Alert>
);
}
Accessibility
- Full keyboard navigation support
- ARIA attributes managed automatically
- Focus rings managed for screen readers
