New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Umbraco UI toast-notification-container component

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
985
increased by30.64%
Maintainers
5
Weekly downloads
 
Created
Source

uui-toast-notification-container

npm

Umbraco style toast-notification-container component.

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/lib';

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/lib/uui-toast-notification-container.element';

CDN

The component is available via CDN. This means it can be added to your application without the need of any bundler configuration. Here is how to use it with jsDelivr.

<!-- Latest Version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-toast-notification-container@latest/dist/uui-toast-notification-container.min.js"></script>

<!-- Specific version -->
<script src="https://cdn.jsdelivr.net/npm/@umbraco-ui/uui-toast-notification-container@X.X.X/dist/uui-toast-notification-container.min.js"></script>

Usage

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

Keywords

FAQs

Package last updated on 28 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc