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