奥普拓前端UI组件库
npm install @woowalker/feui> 奥普拓前端UI组件库
 
``bash`
npm install --save @opt/feui
`jsx
import React, { Component } from 'react'
import MyComponent from '@opt/feui'
import '@opt/feui/dist/index.css'
class Example extends Component {
render() {
return
}
}
``
MIT © qxiong@optikom.cn