Skip to content

dunkeyyfong/clock-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published