0.0.9 • Published 3 years ago

svelte-auto-clock v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago