Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-profile-card

vineetjk98MIT0.1.4

null

react, ui, profileui, profile-card, ui-card, profile-ui-card

readme

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