Pagination

Attribute Type Documentation Default Value
page :integer 1
page_size :integer 10
total_entries :integer 100
button_class :string

additional class for the pagination button

size :string
target :string

the phx-target to send the event to

page_click_event :string

Event name to trigger when a page button is clicked

"page_click"
on_page_click %JS{}

JS event to trigger when a page button is clicked, if not using page_click_event

rest :global