All Projects → f → vue-analog-clock-range

f / vue-analog-clock-range

Licence: other
Vue Analog Clock Range Component

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-analog-clock-range

TimeContinuum
No description or website provided.
Stars: ✭ 28 (-47.17%)
Mutual labels:  time, clock
telltime
iOS application to tell the time in the British way 🇬🇧⏰
Stars: ✭ 49 (-7.55%)
Mutual labels:  time, clock
Klock
Multiplatform Date and time library for Kotlin
Stars: ✭ 569 (+973.58%)
Mutual labels:  time, clock
Md Date Time Picker
An implementation of Material Design Picker components in vanilla CSS, JS, and HTML
Stars: ✭ 272 (+413.21%)
Mutual labels:  time, clock
React Clock
An analog clock for your React app.
Stars: ✭ 149 (+181.13%)
Mutual labels:  time, clock
Timestamp
⏰ A better macOS menu bar clock.
Stars: ✭ 296 (+458.49%)
Mutual labels:  time, clock
Vue Clock2
vue clock component 😀
Stars: ✭ 67 (+26.42%)
Mutual labels:  time, clock
simple-analog-clock
Simple clock view for displaying uh...time?
Stars: ✭ 24 (-54.72%)
Mutual labels:  time, clock
Tzupdate
Set the system timezone based on IP geolocation
Stars: ✭ 130 (+145.28%)
Mutual labels:  time, clock
React Timer Hook
React timer hook
Stars: ✭ 118 (+122.64%)
Mutual labels:  time, clock
clock
High-resolution clock functions: monotonic, realtime, cputime.
Stars: ✭ 52 (-1.89%)
Mutual labels:  time, clock
time
The simplest but configurable online clock
Stars: ✭ 77 (+45.28%)
Mutual labels:  time, clock
MD DS3231
DS3231 Real Time Clock Library
Stars: ✭ 29 (-45.28%)
Mutual labels:  time, clock
Portable Snippets
Collection of miscellaneous portable C snippets.
Stars: ✭ 397 (+649.06%)
Mutual labels:  time, clock
tm
timers and timeline
Stars: ✭ 31 (-41.51%)
Mutual labels:  time, clock
Truetime Android
Android NTP time library. Get the true current time impervious to device clock time changes
Stars: ✭ 1,134 (+2039.62%)
Mutual labels:  time, clock
ElevenClock
ElevenClock: Customize Windows 11 taskbar clock
Stars: ✭ 1,494 (+2718.87%)
Mutual labels:  time, clock
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-60.38%)
Mutual labels:  time, clock
Use Timer
A timer hook for React
Stars: ✭ 113 (+113.21%)
Mutual labels:  time, clock
ardusamber
Desamber time Arduino corporealization
Stars: ✭ 20 (-62.26%)
Mutual labels:  time, clock

🕒 vue-analog-clock-range

Vue Analog Clock Range is a simple clock range component for Vue.

Install

yarn add vue-analog-clock-range

Examples

<VueAnalogClockRange
  :radius="100"
  start="08:30"
  end="15:00"
  background-color='#ccc'
  range-color='#d864ef'>
</VueAnalogClockRange>

This will select the analog range of given hours:

Colored Markers/Decors

<VueAnalogClockRange
  :radius="100"
  :show-decor="true"
  start="08:30"
  end="15:00"
  decor-color='#e74c3c'
  background-color='#ccc'
  range-color='#d864ef'>
</VueAnalogClockRange>

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].