---
map:
    path: /components/pagination
---


## Pagination1️⃣2️⃣3️⃣4️⃣

Pagination is used to cooperate with other components

## Code demonstration

```js
import { UPagination } from 'ungeui'
```

### Basic usage🚀

<demo 
    src="./demo/base.vue"
    language="vue"
    title="🚀basic usage"
    desc="simplest usage">
</demo>

### Limit quantity🚧

<demo 
    src="./demo/limit.vue"
    language="vue"
    title="🚧basic usage"
    desc="limit quantity">
</demo>

### Fit form📈

<demo 
    src="./demo/table.vue"
    language="vue"
    title="📈basic usage"
    desc="Using with tables is the most common scenario">
</demo>

## Props

| Parameter | description | type | default value|
| :------: | :------: | :-------: | :-----: |
| current | current number of pages | `number` | `0`
| total | total pages | `number` | `0`