Installation
Peer dependencies
Requires React 18 or 19.
Quick start
Wrap your app in <SnackbarProvider> once. Then call useSnackbar() anywhere inside.
That's it. The toast renderer chunk lazy-loads on the first enqueueSnackbar call.
Migrating from notistack
The names and signatures match notistack v3 for the API surface used in @monetr/monetr. Migrating is usually a one-line import change.
See the API reference for the full surface this package exposes.