component Pagination { props { @event change = function @event previous = function @event next = function size = "default" color = "primary" label = "Pagination" items = [] active = "" orientation = "horizontal" class = "" } view { } }