The pagination component consists of several elements, all of which are optional. So with no extra class, your pagination links will look as follow
\r\n\r\nTo customize the previous and next page icons change the value of the prev-icon and prev-icon directives. By default, their values are respectively arrow_back and arrow_forward
\r\n\r\nVuesax uses the Google Material Icons font library by default. For a list of all available icons, visit the official Material Icons page.
\r\nFontAwesome and other fonts library are supported. Simply use the icon-pack with fa or fas. You still need to include the Font Awesome icons in your project.
\r\nBy default Vuesax will show a maximum of 9 links. This default behavior can be changed by setting the max
directive to a different integer value
The amount given to the max
directive should take into account the first and last pages plus the ellipses \"...\"
max
directive to a value lesser then 5
when the total
is greater then that will result in the pagination only showing the previous/next buttons as well as the first and last links\r\n The goto
directive will allow users to directly jump to a desired page
If the value given is lower than 1 it will jump to page 1. However if the value is greater than total it will jump to the last page
\r\nYou can change the color of the component with the property color, you can use the Main colors or RGB and HEX colors
\r\n\r\nYou can also update page number from outside of pagination component.
\r\n\r\nCurrent Page: {{ currentx }}
\r\n