Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 857 Bytes

File metadata and controls

41 lines (32 loc) · 857 Bytes

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 contributing 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 name default
height 50px
width 50px
classname ''
href ''