```js
<div>
    <Pagination
        items={ 3 }
        maxButtons={ 10 }
        activePage={ 1 }
        size="small"
    />
    <Pagination
        items={ 33 }
        maxButtons={ 5 }
        activePage={ 1 }
        size="small"
    />
    <Pagination
        items={ 33 }
        maxButtons={ 5 }
        activePage={ 15 }
        size="small"
    />
    <Pagination
        items={ 33 }
        maxButtons={ 5 }
        activePage={ 15 }
    />
</div>
```
