Update Prompt

Software update card with version chip, changelog blurb, and a later or install action row.

Update availablev2.14.0
Restart to install new editor shortcuts and bug fixes.

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

Import & use
import { Notification9 } from "@/components/beste/piece/notification9";

<Notification9
  title="Update available"
  version="v2.14.0"
  description="Restart to install new editor shortcuts and bug fixes."
  action="Restart now"
  tone="sky"
/>