react-html-type
will be a configurable html input component.
It's a work in progress. So it is not useable as of this moment.
- How to use this module; 1.1 NumberInput;
- Setting up project;
- TODO;
install the module by running:
npm install --save react-html-input
setting up the project requires the following steps:
- clone this repo.
- run npm install.
- to try out changes locally:
first:
npm run build
npm link
Create a testing react project inside the project run:
npm link react-html-input
then import the module and add the input component to the component.