You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kgdxpr e69712b1d2
'commit'
1 year ago
..
README.en-US.md 'commit' 1 year ago
README.md 'commit' 1 year ago
count-down.d.ts 'commit' 1 year ago
count-down.js 'commit' 1 year ago
count-down.json 'commit' 1 year ago
count-down.wxml 'commit' 1 year ago
count-down.wxss 'commit' 1 year ago
props.d.ts 'commit' 1 year ago
props.js 'commit' 1 year ago
type.d.ts 'commit' 1 year ago
type.js 'commit' 1 year ago
utils.d.ts 'commit' 1 year ago
utils.js 'commit' 1 year ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

:: BASE_DOC ::

API

CountDown Props

name type default description required
auto-start Boolean true - N
content String / Slot 'default' - N
format String HH:mm:ss - N
millisecond Boolean false - N
size String v0.5.1 'small' optionssmall/medium/large N
split-with-unit v0.5.1 Boolean false - N
theme String v0.5.1 'default' optionsdefault/round/square N
time Number - required Y

CountDown Events

name params description
change (time: TimeData) see more ts definition
interface TimeData { days: number; hours: number; minutes: number; seconds: number; milliseconds: number }
finish - -