docs(radio-group): update

This commit is contained in:
Benjamin Canac
2024-07-31 14:16:23 +02:00
parent b9e3fcb0f1
commit c3ee509c65
9 changed files with 207 additions and 53 deletions

View File

@@ -11,8 +11,6 @@ links:
## Usage
### Items
Use the `items` prop as an array of objects with the following properties:
- `label?: string`{lang="ts-type"}
@@ -167,7 +165,7 @@ props:
### Orientation
Use the `orientation` prop to change the orientation of the Tabs.
Use the `orientation` prop to change the orientation of the Tabs. Defaults to `horizontal`.
::component-code
---