SkillAgentSearch skills...

Sileo

An opinionated, physics-based toast component for React.

Install / Use

/learn @hiaaryan/Sileo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <h1>Sileo</h1> <p>An opinionated, physics-based toast component for React.</p> <p><a href="https://sileo.aaryan.design">Try Out</a> &nbsp; / &nbsp; <a href="https://sileo.aaryan.design/docs">Docs</a></p> <video src="https://github.com/user-attachments/assets/a292d310-9189-490a-9f9d-d0a1d09defce"></video> </div>

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

Related Skills

View on GitHub
GitHub Stars1.4k
CategoryDevelopment
Updated15h ago
Forks72

Languages

TypeScript

Security Score

85/100

Audited on Apr 2, 2026

No findings