I am looking for a lightweight library to create elegant modal dialogues with different purpose (alerts, confirmation, prompt, forms). A library similar to Bootbox.js but without JQuery and Bootstrap dependencies would be perfect.
Note: I already know how to create modals using native javascript here, or using pure CSS examples here. I am looking for a library to facilitate this task.