文件名称:paginated:ReactReact渲染道具组件和用于分页的自定义钩子
文件大小:243KB
文件格式:ZIP
更新时间:2024-04-20 06:03:22
react pagination hooks component render-props
分页 React渲染道具和用于分页的自定义钩子。 特征 无头组件-ui表达式没有限制。 *样式-此lib仅关心分页功能。 经过测试 体积小-https : 安装 npm i @makotot/paginated 例子 用法 渲染道具 import { Paginated } from '@makotot/paginated' ... return ( < Paginated xss=removed xss=removed xss=removed xss=removed> { ( { pages , currentPage , hasPrev , hasNext , getFirstBoundary , getLastBoundary , isPrevTruncated , isNextTruncate
【文件预览】:
paginated-master
----.gitignore(41B)
----package.json(2KB)
----package-lock.json(753KB)
----src()
--------usePaginated.ts(3KB)
--------index.tsx(509B)
--------types.ts(440B)
----LICENSE(1KB)
----CHANGELOG.md(377B)
----tsconfig.json(1KB)
----.github()
--------workflows()
----.eslintrc.js(191B)
----README.md(4KB)
----example()
--------package.json(506B)
--------package-lock.json(263KB)
--------tsconfig.json(438B)
--------index.html(342B)
--------.npmignore(24B)
--------index.tsx(214B)
--------stiches.config.ts(159B)
--------App.tsx(3KB)
----renovate.json(41B)
----test()
--------index.test.tsx(11KB)