1.0.2 • Published 4 years ago

simple-reactjs-inputs v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

simple-reactjs-inputs

react js inputs with correct formatting

NPM JavaScript Style Guide

Install

npm install --save simple-reactjs-inputs

Usage

import React, { Component } from 'react'

import MyComponent from 'simple-reactjs-inputs'
import 'simple-reactjs-inputs/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © kchilds2020