View on GitHub

Tabs

Tabs organize content into multiple sections and allow users to navigate between them.


Usage

  • Second tab
<Tabs>
	<TabItem title="Design">First tab</TabItem>
	<TabItem title="Code" open>Second tab</TabItem>
</Tabs>

Tab props

class string undefined Custom CSS classname for styling

TabItem props

title string false Title of the tab.
open boolean false If true, the TabItem will be opened by default.

TabItem events