The Complete Pagination Library for Chakra UI
The choc-paginator is a pagination component designed for Chakra UI, a popular React component library. It provides an easy way to add pagination functionality to your Chakra UI-powered application. This component allows users to navigate through a list of items in a convenient and organized manner.
To install the choc-paginator component, follow these steps:
npm install choc-paginator
import Paginator from 'choc-paginator';
<Paginator
totalItems={100}
itemsPerPage={10}
currentPage={1}
onPageChange={(newPage) => console.log(newPage)}
/>
The choc-paginator is a pagination component for Chakra UI that enhances the user experience by providing an easy way to navigate through paginated items. With its customizable design and smooth navigation, it is a valuable addition to any Chakra UI project. Its simple installation process makes it a convenient choice for developers.