1.2.3 • Published 4 years ago

awesome-comp-lib v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.2.3

4 years ago

1.0.5

4 years ago

1.2.2

4 years ago

1.0.4

4 years ago

1.2.1

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago