Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.21 KB

File metadata and controls

34 lines (21 loc) · 1.21 KB

This project consists of reuseable components across other projects

There are no dependencies apart from create-react-app framework and node-sass

Works with React version 16.8 and above

Components are highly tested are as follows

Form Component capable of importing Input components with its' managed state. Input components are as follows

  • (Default) Input
  • EmailInput
  • PhoneInput
  • UrlInput

There currently is no npm package for this, as there is more advanced version for React Form component, but that's not the main reason. NPM ecosystem with built and encrypted packages are a potential security flaw for apps, thus I highly will not publish this library to NPM. It's safer for everyone to just use this project by simply importing it.

npm start || yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run test || yarn test

Launches the test runner in the interactive watch mode.

npm run coverage || yarn coverage

Launches the test runner in the coverage report with watch mode.
Current coverage is 100%.


I accept pull requests, if you want to suggest or report please open an issue.