# vue-toastr

> Toastr for Vue.js no jquery dependencies

Latest version **2.1.2** (published 2019-07-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install vue-toastr
pnpm add vue-toastr
yarn add vue-toastr
bun add vue-toastr
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.2 |
| Published | 2019-07-27 |
| First published | 2016-02-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 126 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 106 |
| Author | s4l1h |
| Maintainers | s4l1h |
| Keywords | vuejs, vue, vue-component, component |

## Links

- npm: https://www.npmjs.com/package/vue-toastr
- Repository: https://github.com/s4l1h/vue-toastr
- Homepage: https://github.com/s4l1h/vue-toastr#readme
- Issues: https://github.com/s4l1h/vue-toastr/issues
- npm.io page: https://npm.io/package/vue-toastr

## Recent versions

- 2.1.2 (latest) — 2019-07-27
- 3.0.5 (vue-toastr@3.0.5) — 2022-08-26
- 3.0.4 (vue-toastr@3.0.4) — 2022-08-26
- 3.0.3 (vue-toastr@3.0.3) — 2022-02-12
- 3.0.1 (vue-toastr@3.0.1) — 2021-08-04
- 3.0.0 (vue-toastr@3.0.0) — 2021-08-04
- 2.1.1 — 2019-07-05
- 2.1.0 — 2019-06-29
- 2.0.16 — 2018-10-26
- 2.0.15 — 2018-10-17
- 2.0.14 — 2018-04-19
- 2.0.12 — 2017-12-16
- 2.0.11 — 2017-11-10
- 2.0.10 — 2017-11-10
- 2.0.9 — 2017-09-23
- … 14 more at https://npm.io/package/vue-toastr/versions

## README

# vue-toastr

You can find **React.js** version of this library from [here](https://github.com/s4l1h/react-toasted)



```
For Vue.js 3 => vue-toastr@3.0.5 (still beta) There is no breaking changes.The api is as same as v2.
The Only changed thing is JS files doesn't include css file content. 
You need to import dist/style.css or src/vue-toastr.scss to your project.
This gives more flexibility to library.

Dev branch: https://github.com/s4l1h/vue-toastr/tree/dev-v3 
Demo: https://codesandbox.io/s/quizzical-grass-eb62u


```
For Vue.js 3 => [vue-toastr@3.0.5](https://github.com/s4l1h/vue-toastr/tree/dev-v3)

For Vue.js 2 => [vue-toastr@2.1.2](https://github.com/s4l1h/vue-toastr/tree/master)

For Vue.js 1 => [vue-toastr@1.0.4](https://github.com/s4l1h/vue-toastr/tree/1.0)


## Project setup

```
yarn install
```

### Compiles and hot-reloads for development

```
yarn run demo
```

### Compiles and minifies for production

```
yarn run build
```

### Lints and fixes files

```
yarn run lint
```

### Build and Watch Documentation

```
yarn run docs
```

### Reference and documentation

See [http://s4l1h.github.io/vue-toastr/](http://s4l1h.github.io/vue-toastr/).

### Basic Demo

[https://codepen.io/s4l1h/pen/PyaRGQ](https://codepen.io/s4l1h/pen/PyaRGQ)

### Contribute

You can send your pull requests via the dev branch.

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