@ipscape/ips-spinner

A spinner component

Usage no npm install needed!

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

README

ips-spinner

tested with jest jest

The <ips-spinner> provides a spinner component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-spinner

or

yarn add @ipscape/ips-spinner

Add the component to your app:

import Vue from 'vue';
import IpsSpinner from '@ipscape/ips-spinner';
import '@ipscape/ips-spinner/dist/ips-spinner.css';

Vue.component(IpsSpinner.name, IpsSpinner);

Use a component in your application:

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