Profile UI Card Library for React
Intro
Features
- Easy-to-use
- Custom Name
- Designation
Upcomming Features
- Links to social media
- Custom theme
Install into your react project
This package requires node >= 10
.
npm install react-profile-card --save
Usage
In Your Example.js file
;; { return <div> <ProfileUi imgUrl='https://miro.medium.com/max/2048/0*0fClPmIScV5pTLoE.jpg' name='vineet jk' designation='designer' /> </div> ;} ;
License
MIT © Vineet J Karni