add UIKitUtility#Link

This commit is contained in:
InsanusMokrassar 2022-03-02 17:59:52 +06:00
parent 556ab4e090
commit 0b11e2c1b9
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
* Add `DropArea`
* Add `UIKitPlaceholder`
* `UIKitForm#Custom` now have nullable param target
* Add `UIKitUtility#Link`
## 0.0.40

View File

@ -111,4 +111,5 @@ sealed class UIKitUtility(classname: String) : UIKitModifier {
object Active : UIKitUtility("uk-active")
object Open : UIKitUtility("uk-open")
object Link : UIKitUtility("uk-link")
}