NeumorUINeumorUI
📖📦
Feedback

Alert

Dismissible alert banner with 4 variants, icon, and title.

tsx
1import { Alert } from "neumorui";

Example

Info

This is an informational alert.

Success

Operation completed successfully.

Warning

Please check your input.

Error

Something went wrong.
variant
title

Props

PropTypeDefault
variant"info" | "success" | "warning" | "danger""info"
titlestring-
iconReactNode-
onClose() => void-