darkroastcreative / ModalKit

ModalKit is an easy way to generate and display standardized modals on the fly.
GNU General Public License v3.0
0 stars 0 forks source link

Remove Bootstrap dependency #2

Open darkroastcreative opened 5 years ago

darkroastcreative commented 5 years ago

While Bootstrap is still a prominent force in the world of front-end development, it restricts the potential ModalKit has. Remove ModalKit's dependency on Bootstrap to allow it to be more versatile!

darkroastcreative commented 5 years ago

The HTML dialog element is probably the solution to use since it leverages native HTML, but is not supported in all major browsers on desktop or mobile platforms. It may be possible to use a polyfill to “fill in” the gaps in support to resolve support issues, though.

The Dialog element