Profile DropdownA user profile dropdown menu with avatar, user info, navigation items with badges, and sign out button.form PreviewCodeSatyajit Ghaname@thesatyajit.comCopy"use client"; import ProfileDropdown from "@/components/vritti/profile-dropdown"; export function ProfileDropdownExample() { return ( <div className="flex items-center justify-center p-8 min-h-[300px]"> <ProfileDropdown /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/profile-dropdown"Copy Dependencies pnpmnpmyarnbunpnpm add lucide-reactCopy