Pagination

For pagination, we use the Join component to group multiple links or buttons next to each other.

Pagination with an active button

The smart `Join` component automatically applies the `join-item` class to its direct `Button` children.

Sizes

With a disabled button

Next/Prev buttons

Next/Prev outline buttons with equal width

Use the `classes` property on the Join container for layout utilities like `grid` that are not yet abstracted in deepyr.

Using radio inputs

For primitive Jaspr components like `input()`, which do not extend `UiComponent`, the `join-item` class must be added manually.