Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 741 Bytes

File metadata and controls

35 lines (24 loc) · 741 Bytes

🧈 Toasted

A lightweight, modular, and stylish JavaScript toast notification system. Plug it into any project and show feedback like a pro!


🔥 Features

  • ✅ Minimal & reusable
  • ✅ Top-center placement
  • ✅ Success, Error, Info, Loading toasts
  • ✅ Icons included (SVG, no external libs)
  • ✅ Accessible and keyboard-friendly
  • ✅ Fully customizable CSS
  • ✅ No dependencies

Directory Structure

toasted/ ├── demo/ │ └── index.html # Demo file ├── src/ │ ├── toasted.css # Core styles │ └── toasted.js # JS module └── README.md

📦 Installation

Clone the repo or copy the files:

git clone https://github.com/KabriAcid/toasted.git