0.0.9 • Published 2 years ago

svelte-auto-clock v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

svelte-auto-clock

A simple Analog and Digital Clock display with Date. This was built with tailwindcss and may update it to standard css in the future.

Install

pnpm i svelte-auto-clock
yarn svelte-auto-clock
npm i svelte-auto-clock

Use

<script>
    import Clock from "svelte-auto-clock";
</script>


<div class="absolute left-2 bottom-2">
    <Clock 
        width={150} 
        card={true} 
        cardColor="bg-blue-100" 
        textSize="16" />
</div>
0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago