PopupMenus provide a set of commands or options inside of a drawer. Two types of PopupMenus, dropdowns and action sheets, are similar but reveal themselves from the top or bottom of the screen.

<!-- prettier-ignore-start -->
<DisplayToggle onText="Dark" offText="Light" label="Theme Switcher">

### Top down

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

### Bottom up

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

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