@ipscape/ips-sidebar

A sidebar component

Usage no npm install needed!

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

README

ips-sidebar

tested with jest jest

The <ips-sidebar> provides a sidebar component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-sidebar

or

yarn add @ipscape/ips-sidebar

Add the component to your app:

import Vue from 'vue';
import IpsSidebar from '@ipscape/ips-sidebar';
import '@ipscape/ips-sidebar/dist/ips-sidebar.css';

Vue.component(IpsSidebar.name, IpsSidebar);

Use a component in your application:

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