Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablen/toasty

A notification package for Elm apps.
https://github.com/pablen/toasty

elm notifications toasts

Last synced: about 1 month ago
JSON representation

A notification package for Elm apps.

Awesome Lists containing this project

README

        

# Toast notifications for Elm apps

[![Build Status](https://travis-ci.org/pablen/toasty.svg?branch=master)](https://travis-ci.org/pablen/toasty)

A configurable toast notification package for Elm apps following The Elm Architecture.

See a [demo](http://pablen-toasty-demo.surge.sh/) using `Toasty.Defaults` styling.

## Installation

From your top-level directory - the one with `elm.json` in - call:

```
$ elm install pablen/toasty
```

## Documentation

[See the Elm package for full usage docs](http://package.elm-lang.org/packages/pablen/toasty/latest).

## License

Copyright © 2018 Pablo Enrici

Distributed under the BSD-3-Clause license.