To use in your project just call the function liqModals()
, if you want to create your own style, or
liqModals({
container: {
active: true
}
})
and then, create buttons (can be any element tag), just have sure of use the class 'liq-modal__btn' in your tag element, then put like this dataset: * data-liq-modal-open:"name_selector" *
Example: <button class="liq-modal__btn" data-liq-modal-open="#my-modal">Click Here</button>
PS: README not finalized, miss so mutch configs to improve you modal