@solid-primitives/countdown

v1.0.9
Primitive to create a countdown timer
countdown timer solid primitives

@solid-primitives/countdown

lerna size size

Creates a countdown primitive based on supplied dates and interval.

Installation

npm install @solid-primitives/countdown
# or
yarn add @solid-primitives/countdown

How to use it

Create a countdown based on a Javascript Date. Provides broken down time remaining.

const { days, hours, minutes, seconds, milliseconds } = createCountdown(
  new Date("January 1, 2025 00:00:00")
);

Demo

You may view a working example here: https://codesandbox.io/s/create-countdown-s5f6n?file=/src/index.tsx

Changelog

Expand Changelog

0.0.100

First commit of the countdown primitive.

1.0.9

Updated to Stage 3 and published CJS.

npm i @solid-primitives/countdown

Metadata

  • MIT
  • Whatever
  • David Di Biase
  • released 12/4/2021

Downloads