Upload Toast

Live progress card with spinner, percent, filename, and a cancel × at the end of the row.

Uploading64%
product-hero-final.mp4

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

Import & use
import { Notification15 } from "@/components/beste/piece/notification15";

<Notification15
  label="Uploading"
  filename="product-hero-final.mp4"
  percent={64}
  tone="sky"
/>