Tab
Tabs
component allows you to combine multiple Tab
components together, where different tabs can be switched.Example Effect
First Tab
Second Tab
Third Tab
This is the content of the first tab.
<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.Parameter Description
Tab
title
string
Title
Modified at 2024-05-28 09:41:19