Success Toast

Notification with a circled icon, title, description, and an optional action link.

Payment successfulYour invoice has been sent to billing@beste.co

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

Import & use
import { Notification1 } from "@/components/beste/piece/notification1";

<Notification1
  title="Payment successful"
  description="Your invoice has been sent to billing@beste.co"
  action="View receipt →"
/>