Skip to content

Commit

Permalink
feat: radio optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 9, 2023
1 parent 44ad7c4 commit 4214825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/quarkd/src/radio/doc.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ onChange({ detail }) {

## API

### Props: quark-radio
### Quark-radio Props

| 参数 | 说明 | 类型 | 默认值 |
| -------- | ----------------------------------- | --------- | -------- |
| shape | 形状,可选值为 `round` `square` | `string` | `round` |
| size | 单选框大小,可选值为 `normal` `big` | `string` | `normal` |
| disabled | 单选框禁用状态 | `boolean` | `false` |

### Props: quark-radio-group
### Quark-radio-group Props

| 参数 | 说明 | 类型 | 默认值 |
| ----- | -------------- | -------- | ------ |
| value | 指定选中的选项 | `string` | - |

### Event: quark-radio-Group
### Quark-radio-Group Event

| 参数 | 说明 | 类型 |
| ------ | -------------- | -------------------------------------------- |
Expand Down

0 comments on commit 4214825

Please sign in to comment.