Mobile-style push toast with app icon tile, timestamp, and a two-line preview.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Notification3 } from "@/components/beste/piece/notification3";
<Notification3
appName="Linear"
title="New issue assigned"
description="ENG-482 · Crash on checkout submit"
time="now"
image="https://oud.pics/sm/l/linear.jpeg"
alt="Linear"
tone="violet"
/>Notification with a circled icon, title, description, and an optional action link.
Live progress card with spinner, percent, filename, and a cancel × at the end of the row.
New booking confirmed
Rowan Blake · 09:00
A compact single-line toast with a tinted icon chip, a title and meta line, and a relative timestamp.
Celebratory unlock notice with a gradient trophy tile and an XP chip on the right.
Inbox row with sender, subject line, two-line body preview, attachment clip, and star.
Tinted alert with error, warning, or info severities. Optional dismiss × on the right.