Skip to content

Pagination-DEMO


vue
<fv-Pagination>
</fv-Pagination>

Pagination With Background


vue
<fv-Pagination background="whitesmoke">
</fv-Pagination>

Pagination With Boxshadow


vue
<fv-Pagination :total="100" background="whitesmoke" :shadow="true">
</fv-Pagination>

Pagination Small Size


vue
<fv-Pagination :small="true">
</fv-Pagination>

Pagination Disabled


vue
<fv-Pagination disabled>
</fv-Pagination>

Pagination Dark Theme


vue
<fv-Pagination theme="dark" background="black">
</fv-Pagination>

Properties


PropertyTypeRequiredDefaultDescription
modelValuenumberNo1See the Pagination modelValue option.
foregroundstringNo'rgba(0, 90, 158, 1)'
backgroundstringNo'transparent'
borderRadiusnumberNo3See the Pagination borderRadius option.
revealBackgroundColorstringNo''See the Pagination revealBackgroundColor option.
revealBorderColorstringNo''See the Pagination revealBorderColor option.
totalnumberNo10See the Pagination total option.
maxVisualnumberNo7See the Pagination maxVisual option.
smallbooleanNofalseSee the Pagination small option.
shadowbooleanNofalse
disabledbooleanNofalse
themestringNo'global'Theme style. Supports global, light, dark, system, and custom.
emitsarrayNo['update:modelValue', 'next-click', 'prev-click', 'page-click']See the Pagination emits option.
langstringNo"global"See the Pagination lang option.

Events


EventArgumentsDescription
next-clicknumberSee the component next-click option.
prev-clicknumberSee the component prev-click option.
page-clicknumberSee the component page-click option.

MIT Licensed