Transient feedback with restrained semantic variants.
Toast defines how EnterUI handles transient feedback with restrained semantic variants, including default structure, accessible states, and token-driven styling.
Toasts use a semantic border instead of loud fills.
<ToastPrimitiveProvider>
<Toast open variant="success">
<ToastTitle>Published</ToastTitle>
<ToastDescription>Your component docs are live.</ToastDescription>
</Toast>
<ToastViewport />
</ToastPrimitiveProvider>import {
Toast,
ToastAction,
ToastClose,
ToastDescription,
ToastPrimitiveProvider,
ToastTitle,
ToastViewport,
} from "@froggdesign/enter-ui-react";ToastAction requires altText from Radix.
Toast behavior is handled by Radix, including viewport semantics, timed announcements, actions, and dismiss controls.
ToastPrimitiveProvider wraps low-level toast usage.Toast variant supports default, success, warning, error, and info.ToastAction requires Radix altText.Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.