Pagination is a feature through which users can easily switch between pages across a website or app. With the help of this component, a user can select a specific page from a range of pages. Below we are presenting an example of the Pagination component that you can use in your project based on Taco.
Name | Address | |
---|---|---|
Emery C. Turner | EmeryCTurner@test.com | 4161 Settlers Lane |
Geoffrey N. Montano | geoffrey@test.com | 4161 Settlers Lane |
Jackie R. Sun | jackie@test.com | 4161 Settlers Lane |
Bradley J. Reese | bradley@test.com | 4161 Settlers Lane |
John L. Owens | jhon@test.com | 4161 Settlers Lane |
<Pagination :current-page="1" :per-page="5" :total="15" @click="currentPage = $event" :color="blue" :size="md" />