docs(components): add first prop title in usage to be displayed in toc

This commit is contained in:
Benjamin Canac
2024-07-23 16:50:18 +02:00
parent 4825b754fc
commit 023a5215bf
7 changed files with 14 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ links:
## Usage
### Items
Use the `items` prop as an array of objects with the following properties:
- `label?: string`{lang="ts-type"}