Profile Card

Elegant profile card with avatar, contact information and action buttons.

cards

Installation

npm i lucide-react
npm install tailwind-merge
npm install tailwindcss@latest
# or
yarn add tailwindcss@latest

Tailwind Setup

// Add to your CSS file
@tailwind base;
@tailwind components;
@tailwind utilities;