`BottomSheet` and `BottomSheetDialog` are used to display a modal list of menu items. They slide up over the main app content as a result of a user triggered action. `BottomSheet` retains state on configuration change.

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

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