```js
<div>
  <Pagination
    rowsOptions={[5, 10, 15, 20]}
    currentItemFrom={1}
    currentItemTo={10}
    textOf="of"
    textShowRows="show rows"
    totalItems={20}
  />
</div>
```
