Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 825 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 825 Bytes

Timer Countdown Display Library 🕐

Introduction

This is a library quickly view clock on your website. You can style it, change format time (Ex: 24h - 12h)

Quickstart

If you use npm

$ npm install clock-sample

Or use yarn

$ yarn add clock-sample

or use pnpm

$ pnpm add clock-sample

Usage

import { Clock } from "clock-sample";

export const ViewClock = () => {
  return (
    <div>
      <Clock format="24h" className="text-orange ..." />
    </div>
  );
};

Author

DunkeyyFong - Website

Twitter - X

J4F :D

Notes

Use version 1.0.6, because it is the best version. If you use className, then download tailwindcss. Otherwise, use style to css it. I will update more in the future :D