index.en-US.md 345 Bytes
Newer Older
niko's avatar
niko committed
1 2 3 4 5 6
---
title: CountDown
cols: 1
order: 3
---

nikogu's avatar
nikogu committed
7
Simple CountDown Component.
niko's avatar
niko committed
8 9 10 11 12 13 14

## API

| Property | Description | Type | Default |
|----------|------------------------------------------|-------------|-------|
| format | Formatter of time | Function(time) |  |
| target | Target time | Date | - |
15
| onEnd |  Countdown to the end callback | funtion | -|