`NotificationView` can be used to present a toast (`.primaryToast` and `.neutralToast` styles) or a message bar (`.primaryBar`, `.primaryOutlineBar`, and `.neutralBar` styles) with information and actions at the bottom of the screen.

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

### Toast

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

### Bar

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

</DisplayToggle>
