FlipClock

Flip Clock for React

A customizable retro flip clock countdown component with smooth animations.

Try DemoDocumentation

Quick Start

# Install
npm install @hasthiya_/flip-clock

# Usage
import FlipClock from "@hasthiya_/flip-clock";

<FlipClock targetDate={new Date("2026-12-31")} />