@ipscape/ips-countdown
v1.0.18
Published
A countdown component
Downloads
100
Readme
ips-countdown
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
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.