1.0.0 • Published 11 months ago

react-input-fields-box v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

react-input-fields-box

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-input-fields-box

Usage

import React, { Component } from 'react'

import MyComponent from 'react-input-fields-box'
import 'react-input-fields-box/dist/index.css'

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

License

MIT © sagar-vaghela

1.0.0

11 months ago