Push Notification

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

Linear
Linearnow
New issue assignedENG-482 · Crash on checkout submit

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

Import & use
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"
/>