Software update card with version chip, changelog blurb, and a later or install action row.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>