1.0.7 • Published 6 months ago
clock-sample v1.0.7
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