DEV Community

Cover image for Vercel-styled TOAST web widget for any website!
2nthony
2nthony

Posted on • Updated on

Vercel-styled TOAST web widget for any website!

Few YEARS ago, I created a framework-agnostic toast widget, it is really Vercel flavoured, lite and elegant, plus, it is only โ‰ˆ1Kb in gzip!

How it looks like you can see the cover gif.

๐Ÿ™Œ Til now it has 1k+ downloads in NPM and used by 40+ GitHub repositories, feeling great!

I am pretty sure it is useful for any website, and it is dead simple to use:

import 'vercel-toast/css'
import { createToast } from 'vercel-toast'

createToast('The Evil Rabbit jumped over the fence.')
Enter fullscreen mode Exit fullscreen mode

Feel free to reach out the:

If this widget helped you and you like it, please give me a โญ๏ธ ๐Ÿ™Œ.

Top comments (0)