react-profile-card

0.1.4 • Public • Published

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;
 

License

MIT © Vineet J Karni

Package Sidebar

Install

npm i react-profile-card

Weekly Downloads

38

Version

0.1.4

License

MIT

Unpacked Size

5.32 kB

Total Files

5

Last publish

Collaborators

  • vineetjk