Skip to content

Commit c5b2980

Browse files
committed
update tabs
1 parent d871931 commit c5b2980

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

components/tabs.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Tabs"
33
description: "Toggle content using the Tabs component"
4-
icon: 'panel-top'
4+
icon: "panel-top"
55
---
66

77
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.
2626
</Tab>
2727
</Tabs>
2828
29-
<RequestExample>
30-
31-
````mdx Tabs Example
29+
````mdx Tabs example
3230
<Tabs>
3331
<Tab title="First Tab">
3432
☝️ 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.
4947
</Tabs>
5048
````
5149
52-
</RequestExample>
53-
5450
## Properties
5551
5652
<ResponseField name="title" type="string" required>
57-
The title of the tab. Short titles are easier to navigate
53+
The title of the tab. Short titles are easier to navigate.
5854
</ResponseField>

0 commit comments

Comments
 (0)