Skip to content

基于React的Antd-pro框架封装的react-pdf-js

Notifications You must be signed in to change notification settings

Alan-QK/PDFViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

组件说明

该组件功能为显示PDF文档

参数:无参数

实例:

引入:

import PDFViewer from '@/components/PDFViewer';

使用:

<Col span={12}>
  <PDFViewer />
</Col>

注意:

  • 在使用的时候必须赋予上层的宽度属性。
  • 上级元素必须大于650px。

About

基于React的Antd-pro框架封装的react-pdf-js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 4.3%