Ember Cli Growl

screenshot of Ember Cli Growl
ember
express

A growl notification system for EmberJS packaged as an Ember CLI add-on.

Overview

Growl is a robust notification component designed specifically for EmberJS applications. It provides a seamless way to display notifications and manage their dismissal, allowing developers to enhance user engagement and experience. With its simple installation and usage, Growl is perfect for applications looking to implement a notification system effortlessly.

Not only does Growl facilitate various message types, but it also offers customization features that let developers tailor notifications to fit their application's look and feel. Whether you need to inform users about errors or provide feedback, Growl's intuitive interface and functionalities keep your users informed without cluttering the screen.

Features

  • Easy Installation: Install Growl with a simple npm command: npm install --save-dev ember-cli-growl to get started quickly.
  • Unified Notification Service: The growl service is injected into all routes and controllers, making it easy to display messages from anywhere in the application.
  • Message Types: Supports different message types, including error messages, allowing developers to categorize notifications effectively.
  • Custom Dismissal Options: Configure auto-closure with closeIn (default 5000ms), providing users with the flexibility to manage their notifications.
  • Interactive Dismissal: Enable clickToDismiss to allow users to close notifications at their discretion, enhancing interactivity.
  • Animated Notifications: Use the twitch feature to animate messages, drawing attention as they appear on the screen.
  • Custom CSS: Easily override default styles by adding your own CSS file, ensuring the notifications blend seamlessly with your app's design.
  • Custom HTML Templates: Change the default HTML for individual notifications by providing your own template, giving full control over their presentation.
ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.