mirror of
https://github.com/hiaaryan/sileo.git
synced 2026-04-26 15:35:54 +03:00
An opinionated, physics-based toast component for React.
| .github/workflows | ||
| src | ||
| .gitignore | ||
| bun.lock | ||
| package.json | ||
| README.md | ||
| sileo.mov | ||
| tsconfig.json | ||
Installation
npm i sileo
Getting 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