The tab bar displays tabs at the bottom of the window for switching between different views.

<!-- prettier-ignore-start -->

<DisplayToggle onText="Dark" offText="Light" label="Theme Switcher">

### Portrait

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_tabbar_01_portrait_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_tabbar_01_portrait_dark.png?text=DarkMode" />

### Landscape

<img className="off" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_tabbar_02_landscape_light.png?text=LightMode" />
<img className="on" src="https://static2.sharepointonline.com/files/fabric/fabric-website/images/controls/ios/updated/img_tabbar_02_landscape_dark.png?text=DarkMode" />

</DisplayToggle>
<!-- prettier-ignore-end -->
