mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +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:
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user