vue-sliding-pagination
Version:
Sliding pagination component
19 lines (10 loc) • 377 B
Markdown
# Examples
## Very Basic Example
Easy as 1-2-3. :tada:
<simple-example></simple-example>
<<< @/.vuepress/components/SimpleExample.vue
## With Custom Page
A custom page component that allows jumping to another page using a text input.
<with-custom-page></with-custom-page>
<<< @/.vuepress/components/TextInputCustomPage.vue
<<< @/.vuepress/components/WithCustomPage.vue