I'm trying to find a simple implementation for the confirm box. The solution by bootbox.js, is quite elegant, but it depends on bootstrap which will just increase the bundle size.
(For notifications we have already used "react-notify-toast" which is again, a minimal package.)
Is there any package that addresses confirm, prompt & alert? which is as simple to implement and minimal as window.{confirm, prompt, alert}.
No responses yet.