Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pablen/toasty
- Owner: pablen
- License: bsd-3-clause
- Created: 2017-05-10T04:15:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:35:35.000Z (over 3 years ago)
- Last Synced: 2024-08-05T20:31:55.964Z (5 months ago)
- Topics: elm, notifications, toasts
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/pablen/toasty/latest
- Size: 48.8 KB
- Stars: 40
- Watchers: 2
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.