emilkowalski
sonner
TypeScript

An opinionated toast component for React.

Last updated Jul 9, 2026
12.6k
Stars
441
Forks
83
Issues
+46
Stars/day
Attention Score
93
Language breakdown
No language data available.
โ–ธ Files click to expand
README

https://github.com/vallezw/sonner/assets/50796600/59b95cb7-9068-4f3e-8469-0b35d9de5cf0

Sonner is an opinionated toast component for React. You can read more about why and how it was built here.

Usage

To start using the library, install it in your project:

npm install sonner

Add <Toaster /> to your app, it will be the place where all your toasts will be rendered. After that you can use toast() from anywhere in your app.

import { Toaster, toast } from 'sonner';

// ...

function App() { return ( <div> <Toaster /> <button onClick={() => toast('My first toast')}>Give me a toast</button> </div> ); }

Documentation

Find the full API reference in the documentation.

ยฉ 2026 GitRepoTrend ยท emilkowalski/sonner ยท Updated daily from GitHub