sileo
v0.1.4
Published
An opinionated, physics based toast notification library for react.
Downloads
4,218
Readme
Installation
npm i sileoGetting Started
import { sileo, Toaster } from "sileo";
export default function App() {
return (
<>
<Toaster position="top-right" />
<YourApp />
</>
);
}For detailed docs, click here: https://sileo.aaryan.design
