Pagination
We took the Bootstrap pagination elements and customised them to fit the overall theme. Besides the classic look, we also added the colour classes to offer more customisation.
To use the custom radio buttons you need to import the custom made component:
import {BasePagination} from '@/components'
Global usage
Vue.component(BasePagination.name, BasePagination)
For local usage
export default {
components: {
BasePagination
}
}
Simple pagination with v-model
Colors
Pagination Props
Events
Name | Description | Params |
---|---|---|
input | triggers when the binding value changes (default for v-model) | the updated value |
← Nucleo Icons Progress →