-
Notifications
You must be signed in to change notification settings - Fork 21
feat(component): add post-pagination component
#6663
New issue
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
base: main
Are you sure you want to change the base?
Conversation
|
5d1a3d2 to
e503471
Compare
|



📄 Description
Adds a new
post-paginationweb component (the initial styles were added just to be able to check the responsive behaviour works) for navigating through paginated content. The component features:The component uses a hidden measurement system (similar to breadcrumbs) to calculate how many page buttons can fit in the available space, automatically collapsing intermediate pages into ellipses when needed.
Note: This is currently a raw component (only visible in dev mode). Final design system styling will be implemented in a follow-up ticket, that is why the changeset has not been added yet.
🚀 Preview link
Pagination docs
🔮 Design review
📝 Checklist