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.
lsl 7e355978ae
初始化提交代码
3 years ago
..
README.en-US.md 初始化提交代码 3 years ago
README.md 初始化提交代码 3 years ago
count-down.d.ts 初始化提交代码 3 years ago
count-down.js 初始化提交代码 3 years ago
count-down.json 初始化提交代码 3 years ago
count-down.wxml 初始化提交代码 3 years ago
count-down.wxss 初始化提交代码 3 years ago
props.d.ts 初始化提交代码 3 years ago
props.js 初始化提交代码 3 years ago
type.d.ts 初始化提交代码 3 years ago
type.js 初始化提交代码 3 years ago
utils.d.ts 初始化提交代码 3 years ago
utils.js 初始化提交代码 3 years ago

README.en-US.md

:: 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 - -