/rc-wheel

Primary LanguageHTML

rc-wheel

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save rc-wheel

Usage

import React, { Component } from 'react'

import MyComponent from 'rc-wheel'
import 'rc-wheel/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © zjz1993