1.0.9 • Published 4 years ago

@solid-primitives/countdown v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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

0.0.100

First commit of the countdown primitive.

1.0.9

Updated to Stage 3 and published CJS.

1.0.2

4 years ago

1.0.1

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

0.0.100

4 years ago