1.2.3 • Published 3 years ago

awesome-comp-lib v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.6

3 years ago

1.2.3

3 years ago

1.0.5

3 years ago

1.2.2

3 years ago

1.0.4

3 years ago

1.2.1

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago