Component Documentation
Previous
0
Next
Previous
1
Next
Previous
2
Next
Previous
3
Next
Previous
0
Next
Previous
0
Next
Previous
0
Next
Previous
1
Next
Previous
2
Next
Previous
3
Next
Previous
0
Next
Previous
0
Next
Pagination
The Pagination component lets users navigate through pages of content β perfect for blogs, tables, or any paginated interface.
It includes a Pagination Wrapper that contains a slot for multiple Pagination Items.
Each Pagination Item can be customized using Variant Mode to change its appearance and role:
- Previous β a button to go to the previous page
- Next β a button to go to the next page
- Number β a regular page number
- Number Active β highlights the current page
- Ellipses β represents skipped page numbers
Usage
- Drag the Pagination Wrapper onto the canvas.
- Add Pagination Items into the slot.
- Use Variant Mode to set each itemβs type (Previous, Number, etc.).
- Update labels and links via the Component Properties panel.
This component gives you full flexibility to build simple or complex pagination layouts that match your design system.