0.0.3 • Published 3 years ago

just-time-webcomponent v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Just Time Webcomponent npm Dependencies npm type definitions Published on webcomponents.org

Webcomponent showing current time. Inspired by just-time.eu. Try demo.html.

How to use

<script
	type="module"
	src="https://unpkg.com/just-time-webcomponent@latest/dist/index.es.js?module"
></script>

Right now is <just-time></just-time>.

Or without seconds

Right now is <just-time hide-seconds></just-time>.

Prevent size jumps

Set font-variant-numeric: tabular-nums in your CSS. Use a font supporting this like Google fonts Open Sans.