An opinionated, physics-based toast component for React.
Find a file
Aaryan 9793f84434 bump 📦
2026-02-22 23:46:47 +05:30
.github/workflows update workflow 📦 2026-02-15 12:44:13 +05:30
src fix theme fill 2026-02-22 23:45:36 +05:30
.gitignore feat: allow passing type to sileo.show() for dynamic toast state (#4) 2026-02-22 07:44:36 +08:00
bun.lock huge performance upgrades 📦 2026-02-17 03:21:09 +05:30
package.json bump 📦 2026-02-22 23:46:47 +05:30
README.md Update description of Sileo in README.md 2026-02-16 00:59:49 +05:30
sileo.mov add README 2026-02-15 12:16:18 +05:30
tsconfig.json chore: update to pkg format 📦 2026-02-15 04:22:47 +05:30

Sileo

An opinionated, physics-based toast component for React.

Try Out   /   Docs

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