mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
docs(ComponentCode): ignore externals manually
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user