Skip to content

Alert

Alert banners for important messages.

Import

tsx
import { ZAlert } from "@zurto/ui";

Usage

tsx
<ZAlert variant="success">Operation successful!</ZAlert>
<ZAlert variant="error" title="Error">Something went wrong.</ZAlert>

Props

PropTypeDefaultDescription
variant'info' | 'success' | 'warning' | 'error''info'Alert type
titlestringOptional title
dismissiblebooleanfalseShow close button
onDismiss() => voidDismiss handler

Released under the MIT License.