feat(RadioGroup): add checked-color prop (#4532)

This commit is contained in:
neverland
2019-09-22 18:29:27 +08:00
committed by GitHub
parent a64c607d71
commit 9e1758c1d8
5 changed files with 31 additions and 7 deletions
+2 -1
View File
@@ -114,9 +114,9 @@ export default {
| name | Radio name | *any* | - | - |
| shape | Can be set to `square` | *string* | `round` | - |
| disabled | Whether to disable radio | *boolean* | `false` | - |
| icon-size | Icon size | *string \| number* | `20px` | - |
| label-disabled | Whether to disable label click | *boolean* | `false` | - |
| label-position | Can be set to `left` | *string* | `right` | - |
| icon-size | Icon size | *string \| number* | `20px` | - |
| checked-color | Checked color | *string* | `#1989fa` | - | - |
### RadioGroup Props
@@ -126,6 +126,7 @@ export default {
| v-model | Name of checked radio | *any* | - | - |
| disabled | Disable all radios | *boolean* | `false` | - |
| icon-size | Icon size of all radios | *string \| number* | `20px` | 2.2.3 |
| checked-color | Checked color of all radios | *string* | `#1989fa` | - | 2.2.3 |
### Radio Events