Components
Loading preview...
A sleek, modern profile card UI showcasing a user’s name, avatar, username, and recent activity time. Includes a call-to-action button to add the member. Designed with rounded corners, a clear content layout, and shadowed depth for a minimal, friendly feel.
npx shadcn@latest add https://21st.dev/r/waleedkibhen/profile-cardimport { Component } from "@/components/ui/profile-card";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };