README.md
February 15, 2026 · View on GitHub
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