mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
10 lines
232 B
Markdown
10 lines
232 B
Markdown
Use pagination to show a set of page numbers and navigation directions to move through paginated data.
|
|
|
|
```svelte example
|
|
<script lang="ts">
|
|
import { Pagination } from 'omorphia'
|
|
</script>
|
|
|
|
<Pagination page={20} count={500} />
|
|
```
|