A user account dropdown menu triggered by an avatar button, with profile details, profile/billing/settings links, and a destructive sign-out action.
import Particle from "@/components/ui/v-menu-11"; export default function Default() { return ( <div className="flex min-h-[320px] w-full items-center justify-center"> <Particle /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.