Last active
November 7, 2019 14:47
-
-
Save progreccor/c043b2258040ec4afe3421ccff77b82d to your computer and use it in GitHub Desktop.
vertically center alert at uikit2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Vertically center alert window on UIKIT 2 | |
*/ | |
UIkit.modal.alert('My message!', { | |
center: true | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment