Imagine ArtImagine Art

A full-width notification bar for announcements, alerts, and system-level messages.

Feedback & Status

Import

import { Banner } from "@/components/ui"

API

PropTypeDefaultDescription
variant"info" | "success" | "warning" | "error""info"Color scheme and default icon.
titlestringPrimary message text.
descriptionstringSecondary detail text.
actionReactNodeAction button or link.
onDismiss() => voidShows dismiss button when provided.
iconReactNodeCustom icon (overrides default).

Examples