UNPKG

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

4 lines (3 loc) 186 B
export { default as PaginatedTable } from "./PaginatedTable"; export { default as Pagination } from "./Pagination"; export { ColType, ITablePagination, TableType } from "./definitions";