文件名称:react-gridlist:基于CSS Grids的虚拟滚动GridList组件
文件大小:119KB
文件格式:ZIP
更新时间:2024-02-25 15:41:10
react css list grid listview
ReactGridList 基于CSS网格的虚拟滚动GridList组件。 渲染内部具有已知宽度/高度的所有内容(不仅仅是图像)。 同一行中的可变高度项目。 高性能的虚拟滚动(又名窗口),可实现黄油般的光滑度。 可定制和响应。 安装 npm install --save react-gridlist 例 import React from "react" import GridList from "react-gridlist" function getGridGap ( elementWidth : number , windowHeight : number ) { if (
【文件预览】:
react-gridlist-master
----example()
--------index.html(498B)
--------index.tsx(4KB)
----package.json(2KB)
----.github()
--------workflows()
----.prettierrc(189B)
----.prettierignore(47B)
----LICENSE(1KB)
----package-lock.json(503KB)
----src()
--------GridList.tsx(13KB)
----tsconfig.json(6KB)
----.gitignore(58B)
----types()
--------ResizeObserver.d.ts(9KB)
----README.md(2KB)