1.0.2 • Published 2 years ago

react-ejist-lib v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-ejist-lib

This package contains simple react components to build a simple ui.

At the moment, the package contains barely anything useable, but in future versions there will be more to offer. You can help improve it by sending pull requests to this repository.

You can install this package using the following command:

 npm i react-ejist-lib

Usage:

import { GithubIcon } from 'react-ejist-lib';

function DisplaySocialIcons(){
    return <GithubIcon/>;
};

Available Icons:

<FacebookIcon />
<YoutubeIcon />
<GithubIcon />
<InstagramIcon />
<TwitterIcon />

Icons take the following props:

Prop namedefault
height50px
width50px
classname''
href''