@zenithui/toast
Version:
A modern, lightweight toast notification system for React applications. ZenithUI Toast provides a simple and customizable way to display notifications, alerts, and messages to users with smooth animations and flexible styling options.
4 lines (3 loc) • 345 B
TypeScript
import type { ToastProviderProps } from "../lib/types";
import "./../index.css";
export default function ToastProvider({ position, animation, theme, duration, maxToasts, X_Offset, Y_Offset, richColors, disableAutoDismiss, enableQueueSystem, showCloseButton, classNames, children, }: ToastProviderProps): import("react/jsx-runtime").JSX.Element;