mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
12 lines
216 B
Text
12 lines
216 B
Text
<script>
|
|
import { PaginationNav } from "carbon-components-svelte";
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
### Default
|
|
|
|
<PaginationNav />
|
|
|
|
### Loopable
|
|
|
|
<PaginationNav total={3} loop />
|