<Tabs>
<TabItem Label="Pictures">Pictures Content</TabItem>
<TabItem Label="Music">Music Content</TabItem>
<TabItem Label="Videos">Videos Content</TabItem>
<TabItem Label="Documents">Documents Content</TabItem>
</Tabs>
<Tabs IsCentered IsSmall DefaultTabIndex="1">
<TabItem Label="Pictures">Pictures Content</TabItem>
<TabItem Label="Music">Music Content</TabItem>
<TabItem Label="Videos">Videos Content</TabItem>
<TabItem Label="Documents">Documents Content</TabItem>
</Tabs>
<Tabs IsRight>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-image"></Icon> Pictures
</LabelSlot>
<ContentSlot>
Pictures Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-music"></Icon> Music
</LabelSlot>
<ContentSlot>
Music Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-film"></Icon> Videos
</LabelSlot>
<ContentSlot>
Videos Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-file-text-o"></Icon> Documents
</LabelSlot>
<ContentSlot>
Documents Content
</ContentSlot>
</TabItem>
</Tabs>
<Tabs IsBoxed IsMedium>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-image"></Icon> Pictures
</LabelSlot>
<ContentSlot>
Pictures Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-music"></Icon> Music
</LabelSlot>
<ContentSlot>
Music Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-film"></Icon> Videos
</LabelSlot>
<ContentSlot>
Videos Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-file-text-o"></Icon> Documents
</LabelSlot>
<ContentSlot>
Documents Content
</ContentSlot>
</TabItem>
</Tabs>
<Tabs IsToggle IsFullwidth>
<TabItem IsActive>
<LabelSlot>
<Icon IconClass="fa fa-image"></Icon> Pictures
</LabelSlot>
<ContentSlot>
Pictures Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-music"></Icon> Music
</LabelSlot>
<ContentSlot>
Music Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-film"></Icon> Videos
</LabelSlot>
<ContentSlot>
Videos Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-file-text-o"></Icon> Documents
</LabelSlot>
<ContentSlot>
Documents Content
</ContentSlot>
</TabItem>
</Tabs>
<Tabs IsToggleRounded IsCentered>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-image"></Icon> Pictures
</LabelSlot>
<ContentSlot>
Pictures Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-music"></Icon> Music
</LabelSlot>
<ContentSlot>
Music Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-film"></Icon> Videos
</LabelSlot>
<ContentSlot>
Videos Content
</ContentSlot>
</TabItem>
<TabItem>
<LabelSlot>
<Icon IconClass="fa fa-file-text-o"></Icon> Documents
</LabelSlot>
<ContentSlot>
Documents Content
</ContentSlot>
</TabItem>
</Tabs>
<Tabs IsTabOnly>
<TabItem Label="BulmaRazor" href="/" Target="_blank"/>
<TabItem Label="Github" Href="https://github.com/loogn/bulmarazor" Target="_blank"/>
<TabItem Label="Gitee" Href="https://gitee.com/loogn/bulmarazor" Target="_blank"/>
</Tabs>
文档