Skip to content

Commit

Permalink
fix(docs): fix error with props on the radio (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzc520pyfm committed Mar 30, 2023
1 parent 33f0e5c commit 41a19af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you do not want label's color to change when selected, you can use `not-text-
| model-value / v-model | `string \| number \| boolean` | `undefined` | Binding value. |
| label | `string` | `undefined` | The value of Radio. |
| disabled | `boolean` | `false` | Whether Radio is disabled. |
| size | `boolean` | `true` | Whether the component has underline. |
| size | `'xs' \| 'sm' \| 'md' \| 'lg'` | `'md'` | The size of Radio. |
| fill | `'primary' \| 'secondary' \| 'success' \| 'warning' \| 'error' \| 'info'` | `'primary'` | Change radio fill color. |
| text-color | `'primary' \| 'secondary' \| 'success' \| 'warning' \| 'error' \| 'info'` | `undefined` | Change the label color when radio is checked. |
| label-color | `'primary' \| 'secondary' \| 'success' \| 'warning' \| 'error' \| 'info'` | `undefined` | Change radio label color. |
Expand All @@ -97,7 +97,7 @@ If you do not want label's color to change when selected, you can use `not-text-
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| model-value / v-model | `string \| number \| boolean` | `undefined` | Binding value. |
| size | `'xs' \| 'sm' \| 'md' \| 'lg'` | `md` | The size of radio buttons or bordered radios. |
| size | `'xs' \| 'sm' \| 'md' \| 'lg'` | `'md'` | The size of radio buttons or bordered radios. |
| disabled | `boolean` | `false` | Whether the nesting radios are disabled. |
| name | `string` | `undefined` | Native `name` attribute. |
| id | `string` | `undefined` | Native `id` attribute. |
Expand Down

0 comments on commit 41a19af

Please sign in to comment.