1.0.9 • Published 5 years ago
@coach97/coachinput v1.0.9
@coach97/coachinput
Made with create-react-library
Install
npm install --save @coach97/coachinput
Usage
import React, { Component } from 'react'
import MyComponent from '@coach97/coachinput'
import '@coach97/coachinput/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}