ado5 60ac2c1c9a first commit 7 meses atrás
..
README.en-US.md 60ac2c1c9a first commit 7 meses atrás
README.md 60ac2c1c9a first commit 7 meses atrás
props.d.ts 60ac2c1c9a first commit 7 meses atrás
props.js 60ac2c1c9a first commit 7 meses atrás
radio-group-props.d.ts 60ac2c1c9a first commit 7 meses atrás
radio-group-props.js 60ac2c1c9a first commit 7 meses atrás
radio.d.ts 60ac2c1c9a first commit 7 meses atrás
radio.js 60ac2c1c9a first commit 7 meses atrás
radio.json 60ac2c1c9a first commit 7 meses atrás
radio.wxml 60ac2c1c9a first commit 7 meses atrás
radio.wxss 60ac2c1c9a first commit 7 meses atrás
type.d.ts 60ac2c1c9a first commit 7 meses atrás
type.js 60ac2c1c9a first commit 7 meses atrás

README.en-US.md

:: BASE_DOC ::

API

Radio Props

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

Radio Events

name | params | description -- | -- | -- change | (checked: boolean) | -

RadioGroup Props

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

RadioGroup Events

name | params | description -- | -- | -- change | (value: T) | -