- First Tab
- Second Tab
- Third Tab
☝️ Welcome to the content that you can only see inside the first Tab.
Tab Props
string
required
The title of the tab. Short titles are easier to navigate.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
<Tabs>
<Tab title="First Tab">
☝️ Welcome to the content that you can only see inside the first Tab.
</Tab>
<Tab title="Second Tab">
✌️ Here's content that's only inside the second Tab.
</Tab>
<Tab title="Third Tab">
💪 Here's content that's only inside the third Tab.
</Tab>
</Tabs>
Toggle content using the Tabs component
<Tabs>
<Tab title="First Tab">
☝️ Welcome to the content that you can only see inside the first Tab.
</Tab>
<Tab title="Second Tab">
✌️ Here's content that's only inside the second Tab.
</Tab>
<Tab title="Third Tab">
💪 Here's content that's only inside the third Tab.
</Tab>
</Tabs>
Was this page helpful?