teste-lib-react
v1.2.8
Published
<h1 align="center"> React UI Kit Library </h1>
Downloads
23
Readme
Components
- [x] Button
- [x] InputFormField
- [x] Link
- [x] Separator
- [x] Title
Techs
- [x] React.js
- [x] Styled Components
- [x] TypeScript
What can be better?
- More components
Dependencies
- react-text-mask-^5.4.3
- styled-components-^5.1.0"
Usage
- Run
npm install teste-lib-react
oryarn add ...
in your React.js project. - Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm or yarn install
at each project in order to install dependencies. - Run
yarn build
to generate your own build. - Run
npm publish
to set repositorie NPM.