teste-lib-react
v1.2.8
Published
<h1 align="center"> React UI Kit Library </h1>
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-reactoryarn add ...in your React.js project. - Import components from the package and get started.
Start Development Environment
- Clone this repository;
- Run
npm or yarn installat each project in order to install dependencies. - Run
yarn buildto generate your own build. - Run
npm publishto set repositorie NPM.
