WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

nixjs/ts-countdown-react

Repository files navigation

@nixjs23n6/ts-countdown-react

A customizable countdown component for React.

Quick Setup

Install

Install these dependencies:

yarn add @nixjs23n6/ts-countdown-react

Setup & Usage

import { Countdown } from '@nixjs23n6/ts-countdown-react'

export const CountdownPreview = () => (<Countdown target={1679998574} options={{ day: 'days', hour: 'hrs', minute: 'mins', second: 'secs' }}/>)

About

A customizable countdown component for React.

Topics

Resources

Stars

Watchers

Forks