Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 953 Bytes

File metadata and controls

35 lines (22 loc) · 953 Bytes

uui-toast-notification-layout

npm

Umbraco style toast-notification-layout component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

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

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

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

import { UUIToastNotificationLayoutElement } from '@umbraco-ui/uui-toast-notification-layout';

Usage

<uui-toast-notification-layout></uui-toast-notification-layout>