0.0.12 • Published 4 years ago

react-html-input v0.0.12

Weekly downloads
13
License
ISC
Repository
github
Last release
4 years ago

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

  1. How to use this module; 1.1 NumberInput;
  2. Setting up project;
  3. 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:

  1. clone this repo.
  2. run npm install.
  3. 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.

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.0

4 years ago