-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Base Pagination #151
Base Pagination #151
Conversation
base pagination component, it's fully working now, but it's not finished yet, I will add more funcionallity & better design & code refactoring Add Pagination component #130
feat(component & doc page): base pagination component
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
added base pagination to daisy docs, and not just headless
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, it's good, there are only few things to change 🚀
I don't have strong opinion about the state, should stay inside or in the parent component (like in this implementation)
instead of implementing the code twice, wrap the headless in the daisy (not finished yet)
added a pagination for headless & daisy, changed approach & better ts 130
A different approach now. HeadlessPagination Receives two additional props: 'RenderItem' and 'RenderDivider'. |
Must Add: Support for RTL in arrow button & option to customize arrow buttons icons |
@all-contributors please add @yishayhaz for code |
I've put up a pull request to add @yishayhaz! 🎉 |
What is it?
Description
Created a base pagination component
fully functional component for pagination
In the future, I will make it look better, add functionality, etc.
#130 - Add Pagination Component, no dependencies were affected
Screenshots/Demo
Checklist: