Made with create-react-library
npm install --save tinao-test
import React, { Component } from 'react'
import MyComponent from 'tinao-test'
import 'tinao-test/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © kamisaberi