UNPKG

waibu-bootstrap

Version:

Bootstrap suport for Waibu Framework

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