0.1.4 • Published 5 years ago
react-profile-card v0.1.4
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
import React from 'react';
import ProfileUi from 'react-profile-card';
function Example() {
return (
<div>
<ProfileUi
imgUrl='https://miro.medium.com/max/2048/0*0fClPmIScV5pTLoE.jpg'
name='vineet jk'
designation='designer'
/>
</div>
);
}
export default Example;
License
MIT © Vineet J Karni