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
props.d.ts 初始化提交代码 3 years ago
props.js 初始化提交代码 3 years ago
rate.d.ts 初始化提交代码 3 years ago
rate.js 初始化提交代码 3 years ago
rate.json 初始化提交代码 3 years ago
rate.wxml 初始化提交代码 3 years ago
rate.wxs 初始化提交代码 3 years ago
rate.wxss 初始化提交代码 3 years ago
type.d.ts 初始化提交代码 3 years ago
type.js 初始化提交代码 3 years ago

README.en-US.md

:: BASE_DOC ::

API

Rate Props

name type default description required
allow-half Boolean false - N
color String / Array '#ED7B2F' 0.30.0。Typescriptstring | Array<string> N
count Number 5 - N
disabled Boolean - - N
external-classes Array - ['t-class', 't-class-icon', 't-class-text'] N
gap String / Number 8 - N
icon String / Array - Typescriptstring | string[] N
show-text Boolean false - N
size String 24px - N
texts Array [] TypescriptArray<string> N
value Number 0 - N
default-value Number undefined uncontrolled property N
variant String outline optionsoutline/filled N

Rate Events

name params description
change (value: number) -