vue-clock2

Vue component with clock.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-clock2
1.1.55 years ago5 years agoMinified + gzip package size for vue-clock2 in KB

Readme

vue clock2

<img src="https://img.shields.io/npm/v/vue-clock2.svg" alt="npm version">
<img src="https://img.shields.io/npm/dt/vue-clock2.svg" alt="downloads">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license MIT">

vue clock component

Install

``` npm install vue-clock2 ```

Example

Demo ``` ```

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