Accordion

This commit is contained in:
2022-02-23 20:25:27 +06:00
parent 528f6652e0
commit 6f913c0a83
4 changed files with 144 additions and 0 deletions

View File

@@ -109,4 +109,6 @@ sealed class UIKitUtility(classname: String) : UIKitModifier {
object Disabled : UIKitUtility("uk-disabled")
object Drag : UIKitUtility("uk-drag")
object Active : UIKitUtility("uk-active")
object Open : UIKitUtility("uk-open")
}