@ipscape/ips-countdown

A countdown component

Usage no npm install needed!

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

README

ips-countdown

tested with jest jest

The <ips-countdown> provides a countdown component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-countdown

or

yarn add @ipscape/ips-countdown

Add the component to your app:

import Vue from 'vue';
import IpsCountdown from '@ipscape/ips-countdown';
import '@ipscape/ips-countdown/dist/ips-countdown.css';

Vue.component(IpsCountdown.name, IpsCountdown);

Use a component in your application:

<template>
  <ips-countdown
    v-on:timeout="onComplete"
    initialCounter="20"
    stroke="3"
  ></ips-countdown>
</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.