somoto
v0.0.2
Published
SolidJS Motion Toast
Downloads
796
Maintainers
Readme
somoto
A SolidJS port for Sonner.
For demonstration, please visit The site.
Quick start
Install:
npm i somoto
# or
yarn add somoto
# or
pnpm add somoto
# or
bun add smotoUsage:
import { Toaster, toast } from 'somoto';
function App() {
return (
<div>
<Toaster />
<button onClick={() => toast('Toast for you!')}>Give me a toast</button>
</div>
);
}Documentation
Find API references in the doc.
