Modal NotificationA notification modal with icon and message display.modalnotificationmessageicon PreviewCodeOpen ModalCopy"use client"; import ModalNotification from "@/components/vritti/modal-notification"; export function ModalNotificationExample() { return <ModalNotification />; } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/modal-notification"Copy Dependencies pnpmnpmyarnbunpnpm add lucide-reactCopy