CLOCK 2
An idea of Oats Jenkins, brought to lifeđ“…± Easy to use when you want to check what time it is!
Site
https://clock-two.netlify.app/
Wordpress plugin / widget
(Latest version: 1.0.1)
- Download this .zip file
- Go to the Plugins page in Wordpress
- Click 'Add plugin' > 'Upload plugin' and upload the .zip file
- Go to the Widgets page in Wordpress
- Place the "CLOCK 2" widget in the area of your preference
You can provide a heading and choose to hide or show the border around the clock.
Development
npm install
Compile and Hot-Reload for Development
npm run dev
Compile and Minify for Production
npm run build
ESLint
Lint withnpm run lint