awesome-comp-lib
v1.2.3
Published
A super duper simple awesome component library
Downloads
5
Maintainers
Readme
Awesome Component Library (awesome-comp-lib)
awesome-comp-lib is a bag with full simple React-Typescript components. The Quantity of the bag is very low though (Having just 4 components atm)
Installation
Use the package manager npm to install awesome-comp-lib.
npm install awesome-comp-lib
Usage
import Name, { Age } from 'awesome-comp-lib'
// If you are using React with Typescript then you will get indications on the prop and types
return(
<Name name="Manoj" />
<Age age={26} />
)
Things you need
Currently our Awesome library depends on
Material UI,
Styled Components
React & React DOM.
Make sure you have installed these