A profile dropdown for Users.
npx shadcn@latest add https://21st.dev/r/kokonutd/profile-dropdown
Loading preview...
import { ProfileDropdown } from "@/components/ui/profile-dropdown"; export default function DemoOne() { return <ProfileDropdown />; }