0.1.4 • Published 4 years ago

react-profile-card v0.1.4

Weekly downloads
31
License
MIT
Repository
github
Last release
4 years ago

Profile UI Card Library for React

NPM Contibutors


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;

npm.io

License

MIT © Vineet J Karni