profile card
Beautiful user profile display card

Jon snow
hello, this is jon
223
Installation
Choose your preferred installation method. CLI is recommended for the fastest setup.
1
Quick Install
One command, zero configuration
$ npx @hritik-sharmaa/repeat-ui add card-profile-card --variant ts-tailwind
Props Table
Configuration options and properties for this component.
Prop | Type | Default | Description |
---|---|---|---|
image | string | - | Image path |
name | string | - | Name of the user |
verified | boolean | - | Verified badge |
bio | string | - | Small description about the user |
followers | number | string | - | Number of followers does user have |
onFollow | function | - | Follow button when it gets click |