Components
Cards
Profile Card

Profile Card

A reusable UI element that displays key user information, typically including a profile picture, name, and brief bio or contact details.

Card Profile

Gopal Verma

Gopal Verma

Software Developer

GOPX WEBUI

business.gopalverma@gmail.com
+1 (555) 123-4567
www.gopx.dev
GopalVerma1303

Installation

Run the following command:

npx gopx-webui add profile-card

Props

PropTypeRequiredDescription
namestringYesThe name of the individual displayed in the card.
rolestringYesThe job title or role of the individual.
companystringYesThe name of the company where the individual works.
imagestringYesURL to the individual's profile image (not used in the current implementation).
emailstringYesThe email address of the individual.
phonestringYesThe phone number of the individual.
websitestringYesThe personal or company website of the individual.
githubstringYesThe GitHub profile URL of the individual.