mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-23 10:38:45 +00:00
add UIKitUtility#Link
This commit is contained in:
parent
556ab4e090
commit
0b11e2c1b9
@ -5,6 +5,7 @@
|
|||||||
* Add `DropArea`
|
* Add `DropArea`
|
||||||
* Add `UIKitPlaceholder`
|
* Add `UIKitPlaceholder`
|
||||||
* `UIKitForm#Custom` now have nullable param target
|
* `UIKitForm#Custom` now have nullable param target
|
||||||
|
* Add `UIKitUtility#Link`
|
||||||
|
|
||||||
## 0.0.40
|
## 0.0.40
|
||||||
|
|
||||||
|
@ -111,4 +111,5 @@ sealed class UIKitUtility(classname: String) : UIKitModifier {
|
|||||||
object Active : UIKitUtility("uk-active")
|
object Active : UIKitUtility("uk-active")
|
||||||
|
|
||||||
object Open : UIKitUtility("uk-open")
|
object Open : UIKitUtility("uk-open")
|
||||||
|
object Link : UIKitUtility("uk-link")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user