0.0.8 • Published 4 years ago
weready-ant-plus v0.0.8
weready-ant-plus
This includes react components based on Ant Design.
Install
npm install --save weready-ant-plus
Usage
import React, { Component } from 'react'
import MyComponent from 'weready-ant-plus'
import 'weready-ant-plus/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © YunzhiWei