1.1.1 • Published 5 months ago

coreui-modal v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

CoreUI Modal

DEMO

Install with NPM

npm install coreui-modal

Example usage

CoreUI.modal.show("Title modal", "Body content", {
    footer: "Footer content",
    onShow: function (event) {
        console.log('Show');
    },
    onShown: function (event) {
        console.log('Shown');
    },
    onHide: function (event) {
        console.log('Hide');
    },
    onHidden: function (event) {
        console.log('Hidden');
    },
    onHidePrevented: function (event) {
        console.log('Hide prevented');
    }
})

Panel

1.1.1

5 months ago

1.1.0

5 months ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago