react-toastify
react-toastify copied to clipboard
React notification made easy π !
I want to display a toast alarm list according to the status like the sidebar menu. I want to show the alarm as much as I can show on the...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** I've tested on Chrome, Firefox and Edge if the pauseOnFocusLoss property (which is...
**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** All of themes don't respect `@media(preferes-color-scheme: dark)`. Toasts are too dazzling unless you...
There would be nice to have a way of controlling the max number of toasts displayed in the `stacked` layout to avoid issues like: #1171. For example I would like...
I would like to report a bug in the current implementation of the stacked toasts: I have a `ToastContainer` with the following config: ```ts ``` And for this test I...
**Do you want to request a *feature* or report a *bug*?** "Bug" **What is the current behavior?** Showing toast when width is below 0. **If the current behavior is a...
**Do you want to request a feature or report a bug?** Bug **What is the current behavior?** In the official React-Toastify documentation (Home β The Playground β Toast Container example),...
# Add ARIA attributes to ProgressBar component ## Summary This PR adds ARIA attributes (`aria-valuemin`, `aria-valuemax`, and `aria-valuenow`) to the ProgressBar component to improve accessibility for screen reader users. This...
Vid: https://github.com/user-attachments/assets/7e298a6f-4872-481d-b4fa-3934e6864d18 Code: `layout.tsx` ```import "./globals.css"; import { ToastBtn } from "./ToastBtn"; export default function RootLayout() { return ( ); } ``` `ToastBtn.tsx` ```"use client"; import { ToastContainer, toast }...
https://github.com/user-attachments/assets/90cc5710-949f-4f51-be87-80e517d5b07c What Restores stacked toast behavior on mobile by ensuring the toast group expands again when the user taps outside the toast container. On desktop, existing hover behavior remains unchanged....