ProfileCard
A customizable profile card component with avatar, status, contact actions, and stats.
Example
Installation
CLI (Recommended)
Manual
Copy the source code to components/lyxui/profile.tsx
You are ready to use the component! Simply import it and start using it in your code.
Props
Prop | Type | Default |
---|---|---|
stats? | { earned: string; hired: string; rating: number; followers: number; } | required |
email? | string | required |
calurl? | string | required |
isPro? | boolean | false |
avatar? | string | required |
title? | string | required |
name? | string | required |
For more advanced usage, see the source code or customize the SVG paths for your own mask shapes.