1. Docs
  2. Components
  3. Toast

Toast

A succinct message that is displayed temporarily.

Installation

npx shadcn@latest add @kanpeki/toast

Anatomy

import { toast } from "sonner";

toast("Hello, World!", {
  description: "This is a toast message.",
});

Examples

With Description

Status

Promise

Custom