Skip to content

A collection of simple react components for quick ui design. (Currently only some Social Media Icons)

License

Notifications You must be signed in to change notification settings

EricStautmeister/react-ejist-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of simple react components for quick ui design. (Currently only some Social Media Icons)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors