Tinted alert with error, warning, or info severities. Optional dismiss × on the right.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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}
/>