ado5 3903c18ce2 first commit | 9 달 전 | |
---|---|---|
.. | ||
README.en-US.md | 9 달 전 | |
README.md | 9 달 전 | |
props.d.ts | 9 달 전 | |
props.js | 9 달 전 | |
radio-group-props.d.ts | 9 달 전 | |
radio-group-props.js | 9 달 전 | |
radio.d.ts | 9 달 전 | |
radio.js | 9 달 전 | |
radio.json | 9 달 전 | |
radio.wxml | 9 달 전 | |
radio.wxss | 9 달 전 | |
type.d.ts | 9 달 전 | |
type.js | 9 달 전 |
:: BASE_DOC ::
name | type | default | description | required
-- | -- | -- | -- | --
align | String | left | options:left/right | N
allow-uncheck | Boolean | false | - | N
block | Boolean | true | - | N
checked | Boolean | false | - | N
default-checked | Boolean | undefined | uncontrolled property | N
content | String / Slot | - | - | N
content-disabled | Boolean | false | - | N
custom-style v0.25.0
| String | - | - | N
disabled | Boolean | undefined | - | N
external-classes | Array | - | ['t-class', 't-class-icon', 't-class-label', 't-class-content', 't-class-border']
| N
icon | String / Array | 'circle' | Typescript:'circle' \| 'line' \| Array<string>
| N
label | String / Slot | - | - | N
max-content-row | Number | 5 | - | N
max-label-row | Number | 3 | - | N
name | String | - | - | N
value | String / Number / Boolean | false | Typescript:T
| N
name | params | description
-- | -- | --
change | (checked: boolean)
| -
name | type | default | description | required
-- | -- | -- | -- | --
align | String | left | options:left/right | N
borderless | Boolean | false | - | N
custom-style v0.25.0
| String | - | - | N
disabled | Boolean | undefined | - | N
icon | String / Array | 'circle' | Typescript:'circle' | 'line' | Array<string>
| N
keys | Object | - | Typescript:KeysType
| N
name | String | - | - | N
options | Array | - | Typescript:Array<RadioOption>
type RadioOption = string \| number \| RadioOptionObj
interface RadioOptionObj { label?: string; value?: string \| number; disabled?: boolean }
。see more ts definition | N
value | String / Number / Boolean | - | Typescript:T
| N
default-value | String / Number / Boolean | undefined | uncontrolled property。Typescript:T
| N
name | params | description
-- | -- | --
change | (value: T)
| -