16 lines
256 B
Markdown
16 lines
256 B
Markdown
<script setup>
|
|
import PaginationExample from './examples/PaginationExample.vue'
|
|
</script>
|
|
# Pagination
|
|
|
|
```vue
|
|
<script setup>
|
|
import { Pagination } from 'flowbite-vue'
|
|
</script>
|
|
<template>
|
|
<Pagination></Pagination>
|
|
</template>
|
|
```
|
|
|
|
<PaginationExample />
|