UNPKG

waibu-bootstrap

Version:

Bootstrap suport for Waibu Framework

14 lines (11 loc) 329 B
const cls = 'modal-footer' async function modalFooter () { return class ModalFooter extends this.app.baseClass.MpaWidget { constructor (options) { super(options) this.selector = '.' + cls this.component.normalizeAttr(this.params, { tag: 'div', cls }) } } } export default modalFooter