uui-toast-notification
![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-toast-notification?logoColor=%231B264F)
Umbraco style toast-notification component.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-toast-notification
Import the registration of <uui-toast-notification>
via:
import '@umbraco-ui/uui-toast-notification';
When looking to leverage the UUIToastNotificationElement
base class as a type and/or for extension purposes, do so via:
import { UUIToastNotificationElement } from '@umbraco-ui/uui-toast-notification';
Usage
<uui-toast-notification></uui-toast-notification>