Documentation

Playground

Configure and preview toast notifications in real time.

e.g. color: red; background: blue;

0 = stays open

0 = instant

0 = unlimited

import { toast } from 'robot-toast';

toast({
  message: "Welcome to robot-toast!",
  position: "bottom-right",
  type: "default",
  theme: "light",
  autoClose: 5000,
  draggable: true,
  pauseOnHover: true
});