Imagine ArtImagine Art

A brief, auto-dismissing notification that appears at the bottom of the screen.

Feedback & Status

Import

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

API

PropTypeDefaultDescription
variant"success" | "critical" | "warning" | "neutral""neutral"Semantic color of the snackbar.
openbooleantrueControls visibility.
durationnumber5000Auto-dismiss delay in milliseconds.
action{ label: string; onClick: () => void }Optional action button.
onDismiss() => voidCallback when the snackbar is dismissed.

Examples