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