A SolidJS port for Sonner.
somoto is a taost library for SolidJS.
For demonstration, please visit The site.
npm i somoto
# or
yarn add somoto
# or
pnpm add somoto
# or
bun add smoto
import { Toaster, toast } from 'somoto';
function App() {
return (
<div>
<Toaster />
<button onClick={() => toast('Toast for you!')}>Give me a toast</button>
</div>
);
}
Find API references in the doc.