--- title: Pagination desc: Pagination is a group of buttons that allow the user to navigate between a set of related content. source: https://raw.githubusercontent.com/saadeghi/daisyui/refs/heads/master/packages/daisyui/src/utilities/join.css layout: components classnames: component: - class: join desc: For grouping multiple items part: - class: join-item desc: Item inside join. Can be a button, input, etc. direction: - class: join-vertical desc: Show items vertically - class: join-horizontal desc: Show items horizontally --- > For pagination, we use [join component](/components/join) to show multiple links or buttons next to each other. ### ~Pagination with an active button