winetoast
v0.0.3
Published
A physics based toast notification library for react.
Readme
Installation
npm i winetoastGetting Started
import { winetoast, Toaster } from "winetoast";
export default function App() {
return (
<>
<Toaster position="top-right" />
<YourApp />
</>
);
}Docs Site
bun install
bun run docs:devThe docs and playground live in site/ and deploy to GitHub Pages from .github/workflows/deploy-pages.yml.
