Add Notification Toast to your Roblox project in one command. Requires Node 18+ and a Roblox project — run robloxui init first if you don't have one yet. See the docs.
bashnpx robloxui add notification-toastFirst time? Start with the documentation.
import { Notification Toast } from "./src/client/ui/components/notification-toast";<NotificationToast message="Item crafted!" variant="success" onDismiss={() => setShow(false)} />A non-intrusive toast notification that slides in from the top-right, auto-dismisses after a configurable duration, and supports success/error/warning/info variants.
by RobloxUI Team
| Author | RobloxUI Team |
| Framework | Roblox-TS + React-Luau |
| Category | HUDs |
| Dependencies | @rbxts/react |
| Theme Tokens | colors.bgSecondary, colors.textPrimary, colors.success, colors.error, colors.warning, colors.info, radius.md |
| Last Updated | July 31, 2026 |