react litebox 源码
react-grid-litebox litebox的网格画廊 安装 npm install --save react-grid-litebox 用法 import React from 'react' import { Gallery } from 'react-grid-litebox' import 'react-grid-litebox/dist/index.css' const images = [ { src : '' , alt : '' } ] // required const thumbnailSize = { { width : Number , height : Number } } // optional function YourComponent ( ) { return < Gallery images = { images } thumbnailS
下载地址
用户评论