Pagination
app-ui::paginator
Name | Default | Options | Notes |
---|---|---|---|
align |
center |
left , center , right |
|
flat |
false |
Boolean expression |
Name | Notes |
---|---|
Main | Contains the child app-ui::paginator.item components to display inside the paginator. |
app-ui::paginator.item
Name | Default | Options | Notes |
---|---|---|---|
active |
false |
Boolean expression | |
disabled |
false |
Boolean expression | |
icon |
Any Blade icon component name | ||
label |
|||
separator |
false |
Boolean expression | |
tag |
button |
a , button |
Defines the underlying HTML tag used, and thus the button's capabilities. For example, only a buttons may use the href attribute. |