simple-reactjs-inputs

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i simple-reactjs-inputs

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

58.1 kB

Total Files

7

Last publish

Collaborators

  • kchilds2020