# lealjs-toast

> Diálogos para web na forma de toast

Latest version **0.1.4** (published 2018-02-15) · 0 weekly downloads

## Install

```sh
npm install lealjs-toast
pnpm add lealjs-toast
yarn add lealjs-toast
bun add lealjs-toast
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2018-02-15 |
| First published | 2018-02-15 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Geidson Benício Coelho |
| Maintainers | geidsonc |
| Keywords | alert, toast, messages, web |

## Links

- npm: https://www.npmjs.com/package/lealjs-toast
- Repository: https://github.com/geidsonbc/toast
- Homepage: https://github.com/geidsonbc/toast#readme
- Issues: https://github.com/geidsonbc/toast/issues
- npm.io page: https://npm.io/package/lealjs-toast

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2018-02-15

## README

# Toast
> Toast for web and mobile.

### Dependency

[jQuery](https://github.com/jquery/jquery)

## Usage

Simple and beautiful.

### Install

Using [bower](https://bower.io/)
```sh
bower install geidsonbc/dialogs --save
```

### Setup

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

Or remote:
```html
<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
```js
toast('normal');
```

2. Time
```js
toast('time', 100);
```

3. Infinite
```js
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](https://opensource.org/licenses/MIT).

---
_Source: https://npm.io/package/lealjs-toast · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
