chakra-paginated-table
Version:
**Chakra Paginated Table** is a customizable and feature-rich table component built with Chakra UI, inspired by the pagination functionality of Ant Design (antd). It allows you to easily render a paginated table by providing data and column configurations
41 lines • 882 B
JSON
{
"name": "chakra-paginated-table",
"version": "1.5.12",
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {},
"keywords": [
"Chakra",
"react",
"chakra table",
"pagination",
"chakra-paginated-table"
],
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"@chakra-ui/descendant": "2.1.4",
"@chakra-ui/react": "1.8.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@types/react": "17.0.2",
"framer-motion": "^6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.1.2"
},
"devDependencies": {
"@chakra-ui/descendant": "2.1.4",
"@chakra-ui/react": "1.8.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@types/react": "17.0.2",
"framer-motion": "^6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.1.2"
}
}