Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 992 Bytes

File metadata and controls

35 lines (22 loc) · 992 Bytes

uui-toast-notification-container

npm

Umbraco style toast-notification-container component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-toast-notification-container

Import the registration of <uui-toast-notification-container> via:

import '@umbraco-ui/uui-toast-notification-container';

When looking to leverage the UUIToastNotificationContainerElement base class as a type and/or for extension purposes, do so via:

import { UUIToastNotificationContainerElement } from '@umbraco-ui/uui-toast-notification-container';

Usage

<uui-toast-notification-container></uui-toast-notification-container>