@redchili/limit-upload
v1.0.8-alpha.0
Published
实现条件约束的上传组件
Downloads
4
Readme
limit-upload
实现条件约束的上传组件
Install
npm install --save limit-upload
Usage
import * as React from 'react'
import MyComponent from 'limit-upload'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © xiamu14