You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/tabs.mdx
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Tabs"
3
3
description: "Toggle content using the Tabs component"
4
-
icon: 'panel-top'
4
+
icon: "panel-top"
5
5
---
6
6
7
7
Use tabs to organize content into multiple panels that users can switch between. You can add any number of tabs and include other components inside each tab.
@@ -26,9 +26,7 @@ Use tabs to organize content into multiple panels that users can switch between.
26
26
</Tab>
27
27
</Tabs>
28
28
29
-
<RequestExample>
30
-
31
-
````mdx Tabs Example
29
+
````mdx Tabs example
32
30
<Tabs>
33
31
<Tab title="First Tab">
34
32
☝️ Welcome to the content that you can only see inside the first Tab.
@@ -49,10 +47,8 @@ Use tabs to organize content into multiple panels that users can switch between.
0 commit comments