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:
@@ -49,6 +51,7 @@ You can set it to `false` to prevent the Tabs from rendering any content and act
---
ignore:
- content
- items
external:
- items
hide:
@@ -73,6 +76,7 @@ You can also choose to only render the content of the active tab by setting `con
prettier: true
ignore:
- content.forceMount
- items
external:
- items
hide:
@@ -103,6 +107,7 @@ Use the `color` prop to change the color of the Tabs.
---
ignore:
- content
- items
external:
- items
hide:
@@ -125,6 +130,7 @@ Use the `variant` prop to change the variant of the Tabs.
---
ignore:
- content
- items
external:
- items
hide:
@@ -148,6 +154,7 @@ Use the `size` prop to change the size of the Tabs.
---
ignore:
- content
- items
external:
- items
hide:
@@ -171,6 +178,7 @@ Use the `orientation` prop to change the orientation of the Tabs. Defaults to `h
---
ignore:
- content
- items
external:
- items
hide: