We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What if I use tailwind...
The text was updated successfully, but these errors were encountered:
You can add tailwind styling to the component's prop. Something like this:
<Pagination activePage={metaData?.current_page ?? 0} itemsCountPerPage={metaData?.per_page ?? 0} totalItemsCount={metaData?.total ?? 0} onChange={(pageNumber) => { getBlogData(pageNumber); }} pageRangeDisplayed={10} itemClass="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium" linkClass="page-link" firstPageText="First Page" lastPageText="Last Lage" innerClass="relative z-0 inline-flex rounded-md shadow-sm -space-x-px" activeClass="z-10 bg-indigo-50 border-indigo-500 text-indigo-600 relative inline-flex items-center px-4 py-2 border text-sm font-medium" itemClassFirst="relative inline-flex items-center px-2 py-2 rounded-l-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50" itemClassLast="relative inline-flex items-center px-2 py-2 rounded-r-md border border-gray-300 bg-white text-sm font-medium text-gray-500 hover:bg-gray-50" />
Sorry, something went wrong.
No branches or pull requests
What if I use tailwind...
The text was updated successfully, but these errors were encountered: