๐ค
Robot Toast
A delightful, interactive toast notification library with adorable robot characters. Perfect for adding personality to your notifications while maintaining a professional look.
โจ
Animated Characters
15+ unique robot characters with smooth animations and personality.
๐จ
Fully Customizable
Control position, theme, type, animations, and behavior to match your design.
๐ฆ
TypeScript Support
Full type definitions for complete IDE support and autocomplete.
๐
Light & Dark Mode
Beautiful themes with automatic light/dark mode detection.
โก
Zero Dependencies
Lightweight and standalone - no external dependencies required.
๐ฑ
Responsive Design
Perfect on all devices with touch-friendly interactions.
Explore All Features
Check out interactive demos of all 40+ features including robots, positions, themes, animations, and more.
View Features Showcase โQuick Start Example
import { toast } from 'robot-toast';// Show a basic toast
toast({
message: 'Welcome back!',
position: 'top-right',
robotVariant: 'wave.svg',
duration: 3000
});// Show with options
toast({
message: 'Operation complete!',
type: 'success',
theme: 'light',
position: 'bottom-right',
draggable: true
});Ready to add adorable robots to your notifications?
Install Now