Factory for Good

Toast

A succinct message that is displayed temporarily.

Installation

pnpm dlx shadcn@latest add toast

Usage

"use client";
import { toast } from "sonner";
import { Button } from "@/components/ui/button";
import { Toaster } from "@/components/ui/sonner";

A succinct message that is displayed temporarily.

On this page