Pagination
<zn-pagination> | ZnPagination
Pagination component for navigating through pages of content.
<zn-pagination></zn-pagination>
Examples
First Example
TODO
Second Example
TODO
Importing
If you’re using the autoloader or the traditional loader, you can ignore this section. Otherwise, feel free to use any of the following snippets to cherry pick this component.
To import this component from the CDN using a script tag:
<script type="module" src="https://cdn.jsdelivr.net/npm/@kubex/zinc@1.0.0/dist/components/pagination/pagination.js"></script>
To import this component from the CDN using a JavaScript import:
import 'https://cdn.jsdelivr.net/npm/@kubex/zinc@1.0.0/dist/components/pagination/pagination.js';
To import this component using a bundler:
import '@kubex/zinc/dist/components/pagination/pagination.js';