Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemsky/ng-snotify
Angular 2+ Notification Center
https://github.com/artemsky/ng-snotify
angular angular-component angular2 angular4 angular5 ng-snotify notifications toast
Last synced: 3 days ago
JSON representation
Angular 2+ Notification Center
- Host: GitHub
- URL: https://github.com/artemsky/ng-snotify
- Owner: artemsky
- License: mit
- Created: 2017-05-08T18:11:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:17:56.000Z (almost 2 years ago)
- Last Synced: 2024-12-02T01:08:55.061Z (10 days ago)
- Topics: angular, angular-component, angular2, angular4, angular5, ng-snotify, notifications, toast
- Language: TypeScript
- Homepage: https://artemsky.github.io/ng-snotify/
- Size: 16 MB
- Stars: 326
- Watchers: 12
- Forks: 71
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-angular - ng-snotify - Angular 2+ Notification Center. (Uncategorized / Uncategorized)
- awesome-angular-components - artemsky/ng-snotify - Angular 2+ Notification Center (UI Components / Notification)
README
# ng-snotify
[![Build Status](https://travis-ci.org/artemsky/ng-snotify.svg?branch=master)](https://travis-ci.org/artemsky/ng-snotify)
[![NPM Version](https://img.shields.io/npm/v/ng-snotify.svg)](https://www.npmjs.com/package/ng-snotify)
[![NPM Downloads](https://img.shields.io/npm/dt/ng-snotify.svg)](https://www.npmjs.com/package/ng-snotify)
[![Dev dependencies status list](https://david-dm.org/artemsky/ng-snotify/dev-status.svg)](https://david-dm.org/artemsky/ng-snotify?type=dev)## Example
https://artemsky.github.io/ng-snotify/## Features
- 9 types of toast notifications (async, confirm, prompt and more...)
- Ability to create toasts in different positions at the same time
- Many config options (icons, backdrop, timeout, position and much more)
- Custom fully controlled styling including animations
- Repository includes 3 different styles. So you can use on of them, or create your own.
- Callbacks
- Custom HTML
- 4.3KB minified and gzipped###### Looking for an Vue.js 2 version? [Here](https://github.com/artemsky/vue-snotify/)
![Snotify Gif](https://thumbs.gfycat.com/SoftGranularDalmatian-size_restricted.gif)
## Installation
###### NPM 5
`npm install ng-snotify`###### yarn
`yarn add ng-snotify`## Documentation and Examples
Documentation - [here](https://artemsky.github.io/ng-snotify/documentation)
Example application source - [here](https://github.com/artemsky/ng-snotify/tree/master/example/app)
Auto-Documentation (Compodoc) - [here](https://artemsky.github.io/ng-snotify/compodoc/)
Change Log - [here](https://github.com/artemsky/ng-snotify/blob/master/CHANGELOG.md)## License
MIT © [artemsky](mailto:[email protected])