sileo
v0.1.5
Published
An opinionated, physics based toast notification library for react.
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
