Alert Toast

Tinted alert with error, warning, or info severities. Optional dismiss × on the right.

Your card was declinedUpdate the payment method on file to retry the charge.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Notification2 } from "@/components/beste/piece/notification2";

<Notification2
  title="Your card was declined"
  description="Update the payment method on file to retry the charge."
  severity="error"
  dismissible={true}
/>