Skip to content

manjureddy7/comp-lib

Repository files navigation

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

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published