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-libUsage:
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 | '' |