react-input-test-packeges
v1.2.0
Published
Made with create-react-library
Downloads
3
Readme
react-input
Made with create-react-library
Install
npm install --save react-input
Usage
import React, { Component } from 'react'
import MyComponent from 'react-input'
import 'react-input/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © undind