NuxtLegoNuxtLego

Countdown

Progress bar based on window scroll or element scroll.

Coming soon!

1

Days

0

Hours

0

Minutes

0

Seconds

Anatomy

<template>
  <LegoCountDown v-slot="{ days, hours, minutes, seconds }" :date="date" enable-days />
</template>

API Reference

Root

PropDefaultTypesDescription
date-DateThe datetime to countdown from.