Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 641 Bytes

File metadata and controls

29 lines (23 loc) · 641 Bytes

Sileo

An opinionated, physics-based toast component for React.

Try Out   /   Docs

Sileo.mov

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