All Projects → bestvist → Vue Clock2

bestvist / Vue Clock2

Licence: mit
vue clock component 😀

Projects that are alternatives of or similar to Vue Clock2

React Timer Hook
React timer hook
Stars: ✭ 118 (+76.12%)
Mutual labels:  time, component, clock
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+2129.85%)
Mutual labels:  time, clock
vue-analog-clock-range
Vue Analog Clock Range Component
Stars: ✭ 53 (-20.9%)
Mutual labels:  time, clock
Truetime Android
Android NTP time library. Get the true current time impervious to device clock time changes
Stars: ✭ 1,134 (+1592.54%)
Mutual labels:  time, clock
clocklet
An opinionated clock-style vanilla-js timepicker.
Stars: ✭ 31 (-53.73%)
Mutual labels:  time, clock
TimeContinuum
No description or website provided.
Stars: ✭ 28 (-58.21%)
Mutual labels:  time, clock
simple-analog-clock
Simple clock view for displaying uh...time?
Stars: ✭ 24 (-64.18%)
Mutual labels:  time, clock
Tzupdate
Set the system timezone based on IP geolocation
Stars: ✭ 130 (+94.03%)
Mutual labels:  time, clock
MD DS3231
DS3231 Real Time Clock Library
Stars: ✭ 29 (-56.72%)
Mutual labels:  time, clock
clock
High-resolution clock functions: monotonic, realtime, cputime.
Stars: ✭ 52 (-22.39%)
Mutual labels:  time, clock
Md Date Time Picker
An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
Stars: ✭ 272 (+305.97%)
Mutual labels:  time, clock
time
The simplest but configurable online clock
Stars: ✭ 77 (+14.93%)
Mutual labels:  time, clock
ardusamber
Desamber time Arduino corporealization
Stars: ✭ 20 (-70.15%)
Mutual labels:  time, clock
telltime
iOS application to tell the time in the British way 🇬🇧⏰
Stars: ✭ 49 (-26.87%)
Mutual labels:  time, clock
React Clock
An analog clock for your React app.
Stars: ✭ 149 (+122.39%)
Mutual labels:  time, clock
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-68.66%)
Mutual labels:  time, clock
Use Timer
A timer hook for React
Stars: ✭ 113 (+68.66%)
Mutual labels:  time, clock
Portable Snippets
Collection of miscellaneous portable C snippets.
Stars: ✭ 397 (+492.54%)
Mutual labels:  time, clock
tm
timers and timeline
Stars: ✭ 31 (-53.73%)
Mutual labels:  time, clock
Timestamp
⏰ A better macOS menu bar clock.
Stars: ✭ 296 (+341.79%)
Mutual labels:  time, clock

vue clock2

npm version downloads license MIT

vue clock component

Install

npm install vue-clock2

Example

Demo

<template>
  <clock :time="time"></clock>
</template>

<script>
  import Clock from 'vue-clock2';
  export default {
    components: { Clock },
    data () {
      return {
          time: '10:40:00'
      }
    }
  }
</script>

Styles

Props

Property Description Type Accepted Values Default
time time to display String - -
color color to display String - -
border clock border style String - '2px solid'
bg clock background style String - -
size size to display String - 150px

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].