Jane Smith
Designer
Profile Card
CardsUser profile card with actions
profileusersocial
Installation
$
Usage
tsx
import { ProfileCard } from "@/components/nonaxial/profile-card"
export default function Example() {
return (
<ProfileCard>{/* Your content here */}</ProfileCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |