@ipscape/ips-pagination

A pagination component

Usage no npm install needed!

<script type="module">
  import ipscapeIpsPagination from 'https://cdn.skypack.dev/@ipscape/ips-pagination';
</script>

README

ips-pagination

tested with jest jest

The <ips-pagination> provides a pagination component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-pagination

or

yarn add @ipscape/ips-pagination

Add the component to your app:

import Vue from 'vue';
import IpsPagination from '@ipscape/ips-pagination';
import '@ipscape/ips-pagination/dist/ips-pagination.css';

Vue.component(IpsPagination.name, IpsPagination);

Use a component in your application:

<template>
  <ips-pagination></ips-pagination>
</template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.