README.md

February 15, 2026 · View on GitHub

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

Contents

  1. 0.1Installation
  2. 0.2Getting Started