You've already forked AstralRinth
forked from didirus/AstralRinth
9 lines
233 B
Markdown
9 lines
233 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={50} />
|
|
``` |