Components
Loading preview...
Glassmorphism profile Card
@beratberkay
npx shadcn@latest add https://21st.dev/r/beratberkayg/glassmorphism-profile-cardimport Component from "@/components/ui/glassmorphism-profile-card";
export default function DemoOne() {
return <Component />;
}