awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repository-uri

Awesome GitHub RepositoriesToast Notification Libraries

Libraries providing temporary, animated alert messages and queue management for user feedback.

Distinct from React Libraries: The candidates are either too generic (React Libraries) or too specific to animations or icons, whereas this is a specific category of UI feedback components.

Explore 13 awesome GitHub repositories matching user interface & experience · Toast Notification Libraries. Refine with filters or upvote what's useful.

Awesome Toast Notification Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • fkhadra/react-toastifyAvatar fkhadra

    fkhadra/react-toastify

    13,431Vezi pe GitHub↗

    react-toastify is a React toast notification library used to display temporary, animated alert messages. It functions as an animated notification framework and queue manager that coordinates the entry and exit transitions of on-screen alerts. The library features an imperative dispatch system that triggers notifications without requiring manual state management. It provides a customizable alert UI component that supports custom content, dark mode themes, and right-to-left layouts. The framework covers notification lifecycle management and behavior configuration, including the ability to limi

    A library for displaying temporary, animated alert messages within React applications using imperative triggers and custom themes.

    TypeScriptjavascriptnotificationreact
    Vezi pe GitHub↗13,431
  • codeseven/toastrAvatar CodeSeven

    CodeSeven/toastr

    12,108Vezi pe GitHub↗

    Toastr is a JavaScript toast notification library and client-side alert manager used to display non-blocking alert messages and system notifications in web browsers. It serves as a frontend notification UI for rendering timed messages that provide real-time visual feedback within web applications. The library includes a notification system that supports right-to-left layout mirroring for internationalized applications. It also features a mechanism to prevent duplicate notifications by matching new content against active alerts to avoid redundant stacking. The system manages notification life

    A specialized JavaScript library for displaying non-blocking, transient toast notifications in web browsers.

    JavaScript
    Vezi pe GitHub↗12,108
  • needim/notyAvatar needim

    needim/noty

    6,625Vezi pe GitHub↗

    Noty is a dependency-free JavaScript toast notification library and in-app notification system. It provides a framework for rendering non-blocking alert, success, error, and information messages, as well as interactive confirmation dialogs. The library includes a notification queue manager to organize the sequence and timing of messages and a web push notification manager for delivering system-level alerts via service workers when an application is inactive. The system supports extensive visual customization through HTML templates and theme configurations. It manages the notification lifecyc

    A dependency-free library providing temporary, animated alert messages and queue management for user feedback.

    JavaScript
    Vezi pe GitHub↗6,625
  • grenderg/toastyAvatar GrenderG

    GrenderG/Toasty

    6,586Vezi pe GitHub↗

    Toasty is a JavaScript toast notification library and frontend feedback widget. It provides a reusable UI notification component for displaying temporary, styled alert messages and status notifications within web applications. The library focuses on application status signaling and custom notification UI, allowing for the creation of personalized alert messages with unique icons and formatted text. It implements non-intrusive notification overlays to provide visual feedback without interrupting user workflow. The system manages notifications through a state-based queue and a centralized noti

    Provides a JavaScript library for managing and displaying temporary, styled toast notifications in web applications.

    Javaandroidtoastui-widget
    Vezi pe GitHub↗6,586
  • jaredreich/notieAvatar jaredreich

    jaredreich/notie

    6,274Vezi pe GitHub↗

    Notie este o bibliotecă UI JavaScript fără dependențe, care oferă o suită de componente de interfață ușoare pentru colectarea datelor, prompturi de selecție și notificări de stare la nivel de sistem. Acesta funcționează ca o suită de componente de input și un instrument de dialog pentru selecție care rulează în orice mediu JavaScript fără a necesita pachete terțe. Biblioteca include o colecție de instrumente de notificare, cum ar fi notificări toast tematice care dispar după un timp stabilit și notificări de alertă forțate care necesită confirmarea explicită a utilizatorului pentru informații critice. De asemenea, oferă dialoguri interactive pentru confirmarea deciziilor utilizatorului și meniuri de selecție care declanșează funcții handler la alegerea unui element. Pentru colectarea datelor, biblioteca oferă componente de interfață modale, inclusiv câmpuri de introducere text cu validare personalizată și interfețe de selecție a datei bazate pe calendar. Aceste componente captează datele utilizatorului și returnează valori prin funcții callback.

    Provides a comprehensive library of temporary toast notifications, critical alerts, and modal dialogs.

    JavaScript
    Vezi pe GitHub↗6,274
  • fabien-d/alertify.jsAvatar fabien-d

    fabien-d/alertify.js

    4,225Vezi pe GitHub↗

    alertify.js este o bibliotecă JavaScript pentru notificări și un framework pentru ferestre modale. Oferă un sistem pentru crearea de alerte, confirmări și prompt-uri personalizabile care înlocuiesc notificările standard ale browserului, alături de un sistem de alerte non-blocante pentru mesaje de stare discrete. Proiectul include o coadă secvențială de dialoguri care permite înlănțuirea mai multor ferestre de alertă și prompt într-o ordine definită. Include, de asemenea, un logger de erori JavaScript care captează erorile globale de runtime și le afișează ca notificări vizibile pentru a facilita depanarea. Biblioteca acoperă primitive de dialog interactive pentru capturarea input-ului utilizatorului și confirmări prin callback-uri, precum și logarea notificărilor de sistem pentru stări de succes sau eroare. Gestionează aceste elemente printr-un strat UI non-blocant și un mecanism de secvențiere bazat pe cozi.

    Provides a library for creating customizable alert, confirm, and prompt notifications, including toast-style messages.

    JavaScript
    Vezi pe GitHub↗4,225
  • cruffenach/crtoastAvatar cruffenach

    cruffenach/CRToast

    4,133Vezi pe GitHub↗

    CRToast este o bibliotecă de notificări de tip toast pentru iOS și un framework de animație care oferă vizualizări de alertă temporare personalizabile pentru interfețele mobile. Servește drept toolkit pentru afișarea alertelor non-intruzive de tip sistem care apar peste sau împing în jos barele de stare și de navigare. Biblioteca dispune de un motor de tranziție bazat pe fizică care controlează modul în care bannerele de notificare glisează pe ecran folosind coeficienți de arc și amortizare. Suportă stilizarea personalizată a notificărilor pentru tipografie și imagini, alături de un model de interacțiune bazat pe gesturi pentru gestionarea atingerilor și a glisărilor. Proiectul gestionează întregul ciclu de viață al notificărilor, inclusiv respingerea automată bazată pe timer și poziționarea bazată pe coordonate în raport cu elementele sistemului. Coordonează mișcările vizualizărilor și configurațiile de layout printr-o ierarhie bazată pe straturi (layers) pentru a se asigura că alertele rămân deasupra conținutului principal al aplicației.

    Provides a comprehensive library of temporary, animated toast alert views for iOS applications.

    Objective-C
    Vezi pe GitHub↗4,133
  • iamhosseindhv/notistackAvatar iamhosseindhv

    iamhosseindhv/notistack

    4,079Vezi pe GitHub↗

    notistack is a React notification toast library used for displaying and managing stacked, customizable snackbars. It provides a programmatic notification manager to trigger, dismiss, and deduplicate on-screen alerts via hooks and programmatic calls. The library features a stacked notification component that renders a queue of temporary alerts with configurable timeouts and visibility limits. It supports customizable snackbar interfaces that include action buttons and custom icons. The system covers notification appearance through anchor positioning and custom styling. It manages notification

    Acts as a dedicated React library for managing and displaying stacked, customizable notification toasts.

    TypeScriptgoogle-materialjavascriptmaterial-design
    Vezi pe GitHub↗4,079
  • hubspot/messengerAvatar HubSpot

    HubSpot/messenger

    3,997Vezi pe GitHub↗

    Messenger is a toast notification library and asynchronous request monitor designed for web applications. It provides a system for displaying non-blocking alert messages and growl-style notifications, as well as tools for tracking the progress of network calls to trigger automated success or failure alerts. The library features an interactive alert system that embeds actionable buttons within notifications, allowing users to respond to events directly from the alert without leaving their current screen. The project manages user interface feedback through queue-based message dispatching and d

    Provides a library for displaying temporary, animated toast notifications and managing their display queue.

    JavaScript
    Vezi pe GitHub↗3,997
  • scalessec/toastAvatar scalessec

    scalessec/Toast

    3,890Vezi pe GitHub↗

    Toast este o bibliotecă de notificări și un instrument de overlay pentru iOS, utilizat pentru a afișa mesaje de alertă scurte și temporare peste ecranul curent. Oferă o componentă de interfață reutilizabilă pentru Swift, care livrează feedback non-intruziv fără a întrerupe fluxul principal al aplicației. Biblioteca gestionează fluxul de lucru al notificărilor prin declanșarea unor alerte pop-up tranzitorii care dispar automat după o scurtă durată. Utilizează un sistem de overlay bazat pe view-uri pentru a se asigura că actualizările de stare și mesajele de confirmare rămân non-blocante pentru experiența utilizatorului.

    Provides a library for temporary, animated alert messages and queue management for user feedback.

    Objective-C
    Vezi pe GitHub↗3,890
  • scalessec/toast-swiftAvatar scalessec

    scalessec/Toast-Swift

    3,805Vezi pe GitHub↗

    Toast-Swift is an iOS toast notification framework and library used to display temporary informational pop-ups. It provides a programmatic way to trigger non-intrusive feedback alerts on any view within a Swift project by extending the UIView object class. The framework implements these notifications as screen overlays that provide immediate feedback about actions or events without interrupting the user workflow. These overlays are designed to disappear automatically after a set duration.

    Offers a library of Swift extensions for adding animated toast notification messages to any UIView.

    Swift
    Vezi pe GitHub↗3,805
  • euvl/vue-notificationAvatar euvl

    euvl/vue-notification

    2,384Vezi pe GitHub↗

    This library is a Vue.js component system designed for managing transient visual feedback and toast-style alerts. It provides a framework for rendering non-blocking messages that inform users about application events or status updates without interrupting their current workflow. The system distinguishes itself through a decoupled architecture that uses a centralized event bus for triggering notifications from any part of an application. It supports complex layout requirements by routing alerts into named containers and rendering them via portals, which ensures that notifications remain visibl

    Renders temporary, non-blocking toast messages on the screen to inform users about application events.

    JavaScript
    Vezi pe GitHub↗2,384
  • jossmac/react-toast-notificationsAvatar jossmac

    jossmac/react-toast-notifications

    2,163Vezi pe GitHub↗

    This library provides a centralized system for managing and rendering transient alert messages within React applications. It functions as a frontend notification manager, using a provider-based architecture to track, update, and remove status alerts through a standardized reactive interface. The system distinguishes itself by allowing developers to replace default alert designs with custom components, ensuring that feedback elements align with specific application branding and design systems. It utilizes portal-based rendering to mount notifications outside the main component hierarchy, ensur

    Implements a component-based system for rendering and managing transient alert messages within React user interfaces.

    JavaScriptnotificationsreactsnackbar
    Vezi pe GitHub↗2,163
  1. Home
  2. User Interface & Experience
  3. Toast Notification Libraries