Overview
Premium Profile Card delivers a physical-feeling business card experience in the browser. Mouse movement drives a real-time 3D tilt, clicking flips the card to a dark back face that lists skills and contact information, and a conic-gradient border spins into view on hover.Installation
components/rareui/premiumProfileCard.tsx into your project.
Usage
This component is self-contained with all profile content embedded directly in the source. After installation, edit the image URL, name, location, skills, and contact details inside the file.
Props
This component currently does not accept external props. All content is configured by editing the component source directly after installation.No props. Customize the card by modifying the component file: replace the profile image, name, role, location, skill list, and contact rows with your own data.
Examples
Default card
Adjusting tilt sensitivity
Edit thefriction and maxRotation constants inside the component to tune the 3D effect:
Customizing card colors
The component uses hardcoded Tailwind classes. Change the following values to match your brand:Features
3D Tilt Effect
Real-time mouse-tracking rotates the card on both axes, clamped to a configurable maximum angle.
Flip Animation
Click the card to flip it 180° and reveal skills, contact information, and a signature on the dark back face.
Spinning Gradient Border
A conic-gradient border animates around the card edge on hover using a pure CSS keyframe.
Sheen Overlay
A subtle light sheen follows mouse rotation angle using
mix-blend-soft-light for a premium feel.Dark Mode
All colors automatically adapt between light and dark themes using Tailwind dark variants.
Self-Contained
No global CSS or external icon library configuration required beyond the lucide-react dependency.