mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(docs): radio-group (#7257)
* Update radio.md Radio-group Attributes Accepted Values size is wrong * fix(docs): radio-group
This commit is contained in:
parent
74a8d8ba32
commit
5068528768
@ -80,13 +80,13 @@ radio/with-borders
|
||||
|
||||
## Radio-group Attributes
|
||||
|
||||
| Attribute | Description | Type | Accepted Values | Default |
|
||||
| --------------------- | ------------------------------------------------- | ------------------------- | --------------------- | ------- |
|
||||
| model-value / v-model | binding value | string / number / boolean | — | — |
|
||||
| size | the size of radio | string | large / small / small | default |
|
||||
| disabled | whether the nesting radios are disabled | boolean | — | false |
|
||||
| text-color | font color when button is active | string | — | #ffffff |
|
||||
| fill | border and background color when button is active | string | — | #409EFF |
|
||||
| Attribute | Description | Type | Accepted Values | Default |
|
||||
| --------------------- | ------------------------------------------------- | ------------------------- | ----------------------- | ------- |
|
||||
| model-value / v-model | binding value | string / number / boolean | — | — |
|
||||
| size | the size of radio | string | large / default / small | default |
|
||||
| disabled | whether the nesting radios are disabled | boolean | — | false |
|
||||
| text-color | font color when button is active | string | — | #ffffff |
|
||||
| fill | border and background color when button is active | string | — | #409EFF |
|
||||
|
||||
## Radio-group Events
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user