toastify-js icon indicating copy to clipboard operation
toastify-js copied to clipboard

add talwindcss support

Open OctaEDLP00 opened this issue 1 year ago • 0 comments

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
})

OctaEDLP00 avatar Oct 07 '23 13:10 OctaEDLP00