lealjs-toast

0.1.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i lealjs-toast

Weekly Downloads

116

Version

0.1.4

License

none

Unpacked Size

7.2 kB

Total Files

10

Last publish

Collaborators

  • geidsonc