A free, fast, and reliable CDN for vue3-flip-countdown. Countdown timer with Flip Animation for Vue 3.x
App.vue <template><vue3-flip-countdown/></template>exportdefault{name:'App',components:{}} Single File Component Usage <template> <Countdown/> </template>import{Countdown}from'vue3-flip-countdown'exportdefault{name:'App',components:{Countdown}} Emits NameDescription timeElapsedevent ...
yarn add @tomieric/vue-flip-countdown Usage <template>DEFAULTS<flipCountdown:deadline="deadline" @timeElapsed="timeElapsedHandler"/>Not show days<flipCountdown:deadline="deadline" :showDays="false"@timeElapsed="timeElapsedHandler"/>Slot content<flipCountdown:deadline="deadline" :show-days=...
VuesalizeComponent Library for Interactive Visualizations #UI library#Charts#UI Components Created with Sketch.1.630 Sentry for VueVue Application Monitoring 💚 Sponsored by Friends Onu UIUnoCSS UI Library #UI library#UI Components Created with Sketch.4.132 ...
A free, fast, and reliable CDN for vue3-flip-countdown. Countdown timer with Flip Animation for Vue 3.x
A free, fast, and reliable CDN for vue3-flip-countdown. Countdown timer with Flip Animation for Vue 3.x
Countdown timer with Flip Animation for Vue 3.x. Contribute to coskuncay/vue3-flip-countdown development by creating an account on GitHub.
I would like to hide the flip timer after elapsed, and change it to the text. I think Vue2 version (I mean the original flip countdown) has the event. So, I want it too for vue3-flip-countdown. 👍 1 Owner coskuncay commented Dec 15, 2021 Hi @sasagar, timeElapsed emit is...