Skip to content

Commit 6a70f38

Browse files
ethanpalmclaude
andcommitted
Update Tabs component page
- Add clear introduction explaining the Tabs component purpose - Improve clarity and user understanding - Remove unnecessary period from prop description - Make description more informative about component functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1c02f35 commit 6a70f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/tabs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Toggle content using the Tabs component"
44
icon: 'panel-top'
55
---
66

7-
You can add any number of tabs, and other components inside of tabs.
7+
The `<Tabs>` component organizes content into multiple panels that users can switch between. You can add any number of tabs and include other components inside each tab.
88

99
<Tabs>
1010
<Tab title="First Tab">
@@ -54,5 +54,5 @@ You can add any number of tabs, and other components inside of tabs.
5454
## Tab Props
5555
5656
<ResponseField name="title" type="string" required>
57-
The title of the tab. Short titles are easier to navigate.
57+
The title of the tab. Short titles are easier to navigate
5858
</ResponseField>

0 commit comments

Comments
 (0)