1.0.7 • Published 3 years ago

react-input-kitin v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React-Input-Kitin

NPM JavaScript Style Guide

Install

npm install --save react-input-kitin

Usage

import React, { Component } from 'react'

import Form from 'react-input-kitin';
import 'react-input-kitin/dist/index.css';

class Example extends Component {
  render() {
    return <Form type={'BHSK'} />
  }
}

License

MIT © KhanhKitin