1.0.8-alpha.0 • Published 4 years ago

@redchili/limit-upload v1.0.8-alpha.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

limit-upload

实现条件约束的上传组件

NPM JavaScript Style Guide

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