1
0
Files
AstralRinth/src/routes/components/Pagination.md
2022-06-04 00:46:23 -07:00

231 B

Use pagination to show a set of page numbers and navigation directions to move through paginated data.

<script lang="ts">
	import { Pagination } from 'omorphia'
</script>

<Pagination page={20} count={50} />