apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.09k stars 230 forks source link

add talwindcss support #128

Open OctaEDLP00 opened 10 months ago

OctaEDLP00 commented 10 months ago

add support with talwindcss in the className configuration option

Example:

import Toastify from 'toastify-js'

Toastify({
  className: "flex items-center justify-center text-xl md:text-3xl flex-wrap bg-gradient-to-b from-red-500 to-red-800 text-white dark:bg-[#111] dark:text-[#ccc] ..."
  // others options toast
})