HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 491 forks source link

Is it possible to use vex modal the same way with bootstrap modal? #245

Open yellow1912 opened 7 years ago

yellow1912 commented 7 years ago

In bootstrap, we usually assign the class "modal" to the element we want to display as a modal, it will be hidden via CSS and displayed when triggered. The nice thing about this is as we use tons of js and angularjs the underlying html are already compiled and bound. From what I ready on vex document there doesn't seem a way to do that and we have to assign content to each vex open?