Alert Base

A standard, accessible alert component for feedback and messaging.

1<AlertBase
2 type="info"
3 title="Information"

Installation

npx zeroui@latest add alert-base

Props

nametypedefaultdescription
type"info" | "success" | "warning" | "error""info"Alert sentiment style
titlestring-Alert title
descriptionstring-Alert message body
onClose() => void-Optional close handler