This is a library quickly view clock on your website. You can style it, change format time (Ex: 24h - 12h)
If you use npm
$ npm install clock-sample
Or use yarn
$ yarn add clock-sample
or use pnpm
$ pnpm add clock-sample
import { Clock } from "clock-sample";
export const ViewClock = () => {
return (
<div>
<Clock format="24h" className="text-orange ..." />
</div>
);
};
DunkeyyFong - Website
Twitter - X
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