npm install react-file-viewer@0.5.0。 有一个主要的React组件FileViewer,它具有以下道具: fileType字符串:要显示的资源类型(一种受支持的文件格式,例如'png')。传递不支持的文件类型将导致显示unsupported file type消息(或自定义组件)。 filePath 字符串:FileViewer显示的资源的URL(后台给返的二进制流也可以)。
fileTypestring: type of resource to be shown (one of the supported file formats, eg'png'). Passing in an unsupported file type will result in displaying anunsupported file typemessage (or a custom component). filePathstring: the url of the resource to be shown by the FileViewer. ...
如果你使用React< 16版本,你很可能需要安装React-file-viewer 0.5版本。 React-file-viewer可以用npm i react-file-viewer命令安装,下面的例子显示了React-file-viewer的一个简单例子: 复制 // MyApp.jsimport React, { Component }from'react';import loggerfrom'logging-library';import FileViewerfrom'react-file...
npm install react-file-viewer@0.5.0. There is one main React component, FileViewer, that takes the following props: fileType string: type of resource to be shown (one of the supported file formats, eg 'png'). Passing in an unsupported file type will result in displaying an unsupported ...
transcom / react-file-viewer Public forked from trussworks/react-file-viewer Notifications Fork 0 Star 0 main Breadcrumbs react-file-viewer / .node-version Latest commit HistoryHistory File metadata and controls Code Blame 1 lines (1 loc) · 7 Bytes Raw 1 18.20.2 ...
react-native-file-viewer [!TIP] Github 地址 安装与使用 请到三方库的 Releases 发布地址查看配套的版本信息:@react-native-oh-tpl/react-native-file-viewer Releases,并下载适用版本的 tgz 包。 进入到工程目录并输入以下命令: [!TIP] # 处替换为 tgz 包的路径 npm npm install @react-native-oh-tpl...
Note this module works best with react 16+. If you are using React < 16 you will likely need to use version 0.5.npm install react-file-viewer@0.5.0. There is one main React component,FileViewer, that takes the following props:
尽管我搜索了 react-file-viewer 的文件大小,但我找不到任何东西。 我想使用 react-file-viewer 单击文件名超链接并在新页面中打开文件(图像、文档或 excel 表)。渲染工作正常,除了图像/文档大小。 我有以下示例: import React from "react";import FileViewer from "react-file-viewer";import { Fragment } fr...
React-file-viewer是一个可扩展的文件查看器,用于Web应用程序,支持PDF、图片、csv、xslx和docx。 这个库提供了一个名为FileViewer的组件,用来显示内容,它接受几个props: fileType String: 要显示的资源类型。如果你使用一个不支持的文件类型,将出现一个不支持的文件类型通知。
React-file-viewer, Using React-file-viewer, Displaying files from an API using React-file-viewer, Failure of React-file-viewer to load a new document when filePath is modified