@ipscape/ips-table

A table component

Usage no npm install needed!

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

README

ips-table

tested with jest jest

The <ips-table> provides a table component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-table

or

yarn add @ipscape/ips-table

Add the component to your app:

import Vue from 'vue';
import IpsTable from '@ipscape/ips-table';
import '@ipscape/ips-table/dist/ips-table.css';

Vue.component(IpsTable.name, IpsTable);

Use a component in your application:

<template>
  <ips-table></ips-table>
</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.