0.1.3 • Published 2 years ago

@monad-stack/daisy-hot-toast v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

This package is an extension to daisyui

install base depends

pnpm i  tailwindcss postcss autoprefixer daisyui

intall toast

pnpm i @monad-stack/daisy-hot-toast tailwindcss-animate

set the tailwind config

{
  content: [
    ...,
    "./node_modules/@monad-stack/**/*.{js,ts,jsx,tsx}",
  ],
  ...,
  plugins: [
    ...,
    require("daisyui"),
    require("tailwindcss-animate"),
  ],
}
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago