Type
Title
npx npix@latest add Alert
<div className="w-full">
<Alert
title="Success!"
type="success"
>
Payment successful.
</Alert>
</div>
title
string
Title of the alert
type
'success' | 'warning' | 'info' | 'danger
Type of the alert
children
React.ReactNode
Alert body
Field | Description | Type |
---|---|---|
title | Title of the alert | string |
type | Type of the alert | 'success' | 'warning' | 'info' | 'danger |
children | Alert body | React.ReactNode |