react-time-input
A simple react component for select time in format HH:mm timeInput.jsx Its used webpack for building and es6 syntax
Basic Usage
npm install react-time-input --save
To run
> $ git clone https://github.com/dima-bu/react-time-input.git
Then install the dependencies:
npm install
You can simply run webpack example build using this command:
npm run example
Open in the web browser file ./example/index.html
Create build
npm run build