react有不少好玩的組件,react-grid-gallery就是其中一個,主要處理圖片展現,對圖片進行放大與縮小react
文檔:https://www.npmjs.com/package/react-grid-gallerygit
demo:https://benhowell.github.io/react-grid-gallerygithub
gallery的optionsnpm
images: 圖片路徑圖片
結構爲: [{文檔
src: imgUrl,get
thumbnail: imgUrl,it
}, {io
src: imgUrl,grid
thumbnail: imgUrl,
}, {
src: imgUrl,
thumbnail: imgUrl,
}]
backdropClosesModal: 用戶點擊背景是否會隱藏掉modal(boolean)
showCloseButton: 是否顯示關閉按鈕(boolean)
backdropClosesModal與showCloseButton能夠配合使用,達到想要的效果
images中也有一些option
thumbnailWidth:圖片寬度
thumbnailHeight: 圖片高度
caption: 圖片的標題