Tabs
component allows you to combine multiple Tab
components together, where different tabs can be switched.<Tabs>
<Tab title="First Tab">
This is the content of the first tab.
</Tab>
<Tab title="Second Tab">
This is the content of the second tab.
</Tab>
<Tab title="Third Tab">
This is the content of the third tab.
</Tab>
</Tabs>
Tab
component follows Markdown syntax.