Skip to content

Open source React Components ready to be used in production

License

Notifications You must be signed in to change notification settings

yittoo/react-comp-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Open source React Components ready to be used in production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published