1.1.5 • Published 5 years ago

vue-clock2 v1.1.5

Weekly downloads
202
License
MIT
Repository
github
Last release
5 years ago

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>

npm.io

Styles

npm.io

Props

PropertyDescriptionTypeAccepted ValuesDefault
timetime to displayString--
colorcolor to displayString--
borderclock border styleString-'2px solid'
bgclock background styleString--
sizesize to displayString-150px

License

MIT

1.1.5

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago