mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2025-12-06 14:25:55 +00:00
add Toggle builder
This commit is contained in:
@@ -38,7 +38,7 @@ sealed class UIKitToggle(
|
||||
|
||||
class Custom internal constructor(otherAttrs: Map<String, String>) : UIKitToggle(otherAttrs = otherAttrs)
|
||||
|
||||
companion object {
|
||||
companion object : UIKitToggle(otherAttrs = mapOf("uk-toggle" to "")) {
|
||||
operator fun invoke(
|
||||
target: String? = null,
|
||||
mode: Mode? = null,
|
||||
|
||||
Reference in New Issue
Block a user