Socket
Socket
Sign inDemoInstall

@patternfly/pfe-toast

Package Overview
Dependencies
10
Maintainers
16
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/pfe-toast

Toast element for PatternFly Elements


Version published
Maintainers
16
Weekly downloads
23
decreased by-61.67%

Weekly downloads

Readme

Source

PatternFly Elements Toast

pfe-toast is a self-contained alert that is hidden on page load and slides in/out of the view when programmatically opened/closed.

Read more about Toast in the PatternFly Elements Toast documentation

Installation

Load <pfe-toast> via CDN:

<script src="https://unpkg.com/@patternfly/pfe-toast?module"></script>

Or, if you are using NPM, install it

npm install @patternfly/pfe-toast

Then once installed, import it to your application:

import '@patternfly/pfe-toast';

Usage

<pfe-toast>
  <p>You've been successfully toasted!</p>
</pfe-toast>

Keywords

FAQs

Last updated on 23 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc