Skip to content

Vikram-Hegde/alerts-n-toasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alerts n Toasts

A simple library of Alerts and Toasts for your next website/webapp

Run Locally

Clone the project

git clone https://github.com/Vikram-Hegde/alerts-n-toasts

Go to the project directory

cd alerts-n-toasts

Install dependencies

npm install

Start the server

npm run start

Parcel takes care of the local server with HMR and compiling SCSS for us automatically.

Have fun playing around with the code.

Todo

  • Alerts
  • Support for positions
  • Local and Global Props
  • Modifying animations based on position
  • Responsive
  • Demo page
  • Toasts
  • Change from innerHTML to template tag (heard innerHTML is bad for security reasons)
  • Multiple Themes
  • Multiple Animations