mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-12-02 06:50:09 +00:00
fix of class in Alert
This commit is contained in:
parent
1a655810bd
commit
e4c2622115
@ -19,6 +19,7 @@ fun Alert(
|
|||||||
) = Div(
|
) = Div(
|
||||||
{
|
{
|
||||||
attrs.builder(this)
|
attrs.builder(this)
|
||||||
|
include(UIKitAlert)
|
||||||
|
|
||||||
buildAndAddAttribute("uk-alert") {
|
buildAndAddAttribute("uk-alert") {
|
||||||
"animation" to animation ?.classes ?.firstOrNull()
|
"animation" to animation ?.classes ?.firstOrNull()
|
||||||
|
Loading…
Reference in New Issue
Block a user