mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2025-09-16 13:59:17 +00:00
fix of class in Alert
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user