README
@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 />
}
}