constTabTitleIconLeft=(<span><iclassName="glyphicon glyphicon-ok"/> Title with left icon
</span>);constTabTitleIconRight=(<span>
Title with right icon <iclassName="glyphicon glyphicon-facetime-video"/></span>);constTabTitleBadge=(<span>
Title with badge <BadgeclassModifier="danger"> 42 </Badge></span>);constTabTitleIconBadge=(<span>
Title with badge and left icon
<BadgeclassModifier="error"> Lorem ipsum </Badge><iclassName="glyphicon glyphicon-facetime-video"/></span>);constTabsDefault=()=>(<div><Tabs><Tabs.Tabtitle={TabTitleIconLeft}classModifier="has-icon-left">
Content of my first tab
</Tabs.Tab><Tabs.Tabtitle={TabTitleIconRight}classModifier="has-icon-right">
Content of my second tab
</Tabs.Tab><Tabs.Tabtitle={TabTitleBadge}>Content of my third tab </Tabs.Tab><Tabs.Tabtitle={TabTitleIconBadge}classModifier="has-icon-left">
Content of my fifth tab
</Tabs.Tab></Tabs></div>);exportdefaultTabsDefault;
constTabTitleIconRight=(<span>
Title with right icon <iclassName="glyphicon glyphicon-facetime-video"/></span>);constOnlyOneTab=()=>(<div><Tabs><Tabs.Tabtitle={TabTitleIconRight}classModifier="has-icon-right">
Content of my unique tab
</Tabs.Tab></Tabs></div>);exportdefaultOnlyOneTab;