README
react-html-type
Description
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.
Index
- How to use this module; 1.1 NumberInput;
- Setting up project;
- TODO;
1. How to use this module.
install the module by running:
npm install --save react-html-input
1.1 NumberInput
Props
2. Setting up the project
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.