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

lealjs-toast

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lealjs-toast

Diálogos para web na forma de toast

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Toast

Toast for web and mobile.

Dependency

jQuery

Usage

Simple and beautiful.

Install

Using bower

bower install geidsonbc/dialogs --save

Setup

Include locally:

<script src="{your-url}/toast.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="{your-url}/toast.min.css">

Or remote:

<script src="https://raw.githubusercontent.com/geidsonbc/toast/master/dist/toast.min.js" charset="utf-8"></script>
<link rel="stylesheet" href="https://raw.githubusercontent.com/geidsonbc/toast/master/dist/toast.min.css">

Methods

  1. Normal
toast('normal');
  1. Time
toast('time', 100);
  1. Infinite
toast('infinite', -1);

Contributing

  1. Fork it!
  2. Create a new branch
  3. Commit your changes
  4. Push to the branch
  5. Submit a pull request :D

License

Licensed under the MIT License.

Keywords

FAQs

Package last updated on 15 Feb 2018

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