component Pagination { props { class: string = "" currentPage = 1 totalPages = 1 previousHref = "" nextHref = "" pages = [] showNumbers = true showSummary = true totalItems = 0 pageSize = 10 compact = false centered = false } view { } }