Simple to use modal / alert / dialog / popup / toast / overlay / notification. Created without any framework. No javascript knowledge required! Works on every browser and device! IE >= 9
npm install vanillajs-components#
I created this JS library as an open-source project to provide beautiful alert box messages, overlay box and toaster made with HTML, CSS and JS only. Feel free to contribute with a pull request or suggestions.
vanillajs-components
``bash`
npm install vanillajs-components
`javascript
//css
import '~vanillajs-components/dist/vanillajs-components.min.css'
// javascript
import { overlay,confirm,toast,tabs,steps } from 'vanillajs-components';
`$3
`html``