UI Components > Time


vue-analog-clock-range 0.15


Vue Analog Clock Range Component
  • canvas
  • clock
  • component
  • time
  • vue
  • analog
last commit 7 years ago
44
Stargazers

Watchers
44
Open issues
0
207
Downloads

Last 30 days
12
Releases
5
33
Final Score

Quality
45
Popularity
6
Maintenance
50

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