1.1.23 • Published 1 year ago

@wm-hosp/weimeng-hosp-preview v1.1.23

Weekly downloads
2
License
ISC
Repository
-
Last release
1 year ago

Installation

npm install @wm-hosp/weimeng-hosp-preview --save

Usage

import * as React from 'react';
import { openPicturePreview } from '@wm-hosp/weimeng-hosp-preview';

class App extends React.Component<any, any> {
  constructor() {
    super();
  }

  render() {
    return (
      <div>
        <button
          onClick={() => {
            openPicturePreview({
              imgList: [
                {
                  title: '',
                  src: '',
                  alt: '',
                  showOtherInfo: [
                    {
                      label: '',
                      value: '',
                    },
                  ],
                },
              ],
            });
          }}
        >
          预览图片
        </button>
      </div>
    );
  }
}

Props

propstypedefaultdescriptionrequired
imgListimgListProps[][]image source arraytrue
currentClickImgstring-current image titlefalse
noNavbarbooleanfalseto not render the navbarfalse
noToolbarbooleanfalseto not render the toolbarfalse
noFooterbooleanfalseto not render the entire footerfalse
changeablebooleantruewheather to show change buttonfalse
customToolbar(defaultToolbarConfigs: ToolbarConfig[]) => ToolbarConfig[]-customer toolbarfalse
zoomSpeednumber0.05zoom speedfalse
defaultScalenumber1set default scalefalse

imgListProps

propstypedefaultdescriptionrequired
srcstring-image sourcetrue
altstring-image descriptionfalse
titlestring-image titefalse
downloadUrlstring-image downlaod urlfalse
showOtherInfoshowOtherInfoProps-image descriptionfalse

注:src 如果是 pdf 链接格式,如果带&name则是原链接就带.pdf 后缀,若不存在则是手动添加,运行会将.pdf 后缀去掉

showOtherInfoProps

propstypedefaultdescriptionrequired
lablestring-descriptionfalse
valuestring-descriptionfalse

ToolbarConfig

propstypedefaultdescriptionrequired
keystring-tool keytrue
renderReact.ReactNode-tool renderfalse
onClickfunction-callback function when action is clickedfalse
1.1.19

1 year ago

1.1.23

1 year ago

1.1.22

1 year ago

1.1.21

1 year ago

1.1.20

1 year ago

1.1.18

3 years ago

1.1.17

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.1

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago