react-images-upload:用图像预览React输入文件组件

时间:2024-05-31 12:33:15
【文件属性】:

文件名称:react-images-upload:用图像预览React输入文件组件

文件大小:282KB

文件格式:ZIP

更新时间:2024-05-31 12:33:15

JavaScript

图片上传器用户界面组件 简单的组件,用于使用React.js构建的预览来上传和验证(客户端)图像。 该软件包使用动画文件预览图像。 安装 npm install --save react-images-upload 用法 使用课程 import React from "react" ; import ImageUploader from "react-images-upload" ; class App extends React . Component { constructor ( props ) { super ( props ) ; this . state = { pictures : [ ] } ; this . onDrop = this . onDrop . bind ( this ) ; } onDrop ( pictureFiles


【文件预览】:
react-images-upload-master
----public()
--------manifest.json(298B)
--------index.html(2KB)
--------favicon.ico(24KB)
----yarn.lock(357KB)
----src()
--------component()
--------App.js(11KB)
--------app.css(3KB)
--------index.js(165B)
----LICENSE(1KB)
----README.md(5KB)
----.gitignore(288B)
----package-lock.json(657KB)
----package.json(1KB)

网友评论