An open API service indexing awesome lists of open source software.

https://github.com/cristovao-trevisan/vue-flip-countdown


https://github.com/cristovao-trevisan/vue-flip-countdown

countdown counter vue

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vue Flip Countdown

[![npm version](https://badge.fury.io/js/vue-flip-countdown.svg)](https://badge.fury.io/js/vue-flip-countdown)

Simple board countdown component for vue.

[Live Demo](https://cristovao-trevisan.github.io/vue-flip-countdown/)

## Usage

```jsx
import Countdown from 'vue-flip-countdown'

export default {
name: 'example-app',

render() {
return (







)
},
}
```

## Props

- end: Number
- background: String
- size: Number (in px)
- labelStyle: Object (inline jsx style object)
- sections: Object[] in the format:
- label: String (e.g. 'Hours')
- divisor: Number (e.g. 60 * 60 * 1000)
- mod: Number (e.g. 24)