aurelia-bs-modal icon indicating copy to clipboard operation
aurelia-bs-modal copied to clipboard

Large and small modals

Open peebles opened this issue 9 years ago • 1 comments

I'd like to see some kind of support form modal-lg and modal-sm. Perhaps transferring any attached classes on to the div with class="modal-dialog". Or perhaps another binding:

<modal showing.bind="showing" size.bind="lg">

Perhaps even allowing the consumer of this plugin to supply their own "modal.html" template, for maximum flexibility.

peebles avatar Jun 26 '15 18:06 peebles