fix of class in Alert

This commit is contained in:
InsanusMokrassar 2022-02-09 15:47:02 +06:00
parent 1a655810bd
commit e4c2622115

View File

@ -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()