docs(ComponentCode): ignore externals manually

This commit is contained in:
Benjamin Canac
2024-07-31 15:52:04 +02:00
parent 8f48883a2d
commit 00575f55c9
10 changed files with 66 additions and 4 deletions

View File

@@ -23,6 +23,8 @@ Use the `items` prop as an array of objects with the following properties:
::component-code
---
ignore:
- items
external:
- items
hide:
@@ -50,6 +52,7 @@ Set the `type` prop to `multiple` to allow multiple items to be active at the sa
---
ignore:
- type
- items
external:
- items
hide:
@@ -78,6 +81,7 @@ When `type` is `single`, you can set the `collapsible` prop to `false` to preven
---
ignore:
- collapsible
- items
external:
- items
hide:
@@ -106,6 +110,8 @@ You can also disable a specific item by using the `disabled` property in the ite
::component-code
---
ignore:
- items
external:
- items
hide:
@@ -135,6 +141,8 @@ You can also set an icon for a specific item by using the `trailingIcon` propert
::component-code
---
ignore:
- items
external:
- items
hide: