mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-26 20:18:49 +00:00
fix in Accordion and UIKitAccordion.Companion
This commit is contained in:
parent
6f913c0a83
commit
ebbfac6763
@ -17,7 +17,7 @@ fun <T> Accordion(
|
|||||||
) {
|
) {
|
||||||
Ul(
|
Ul(
|
||||||
{
|
{
|
||||||
include()
|
include(UIKitAccordion)
|
||||||
attrs.builder(this)
|
attrs.builder(this)
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
|
@ -17,7 +17,7 @@ sealed class UIKitAccordion(
|
|||||||
otherAttrs: Map<String, String> = emptyMap()
|
otherAttrs: Map<String, String> = emptyMap()
|
||||||
) : UIKitAccordion (otherAttrs = otherAttrs)
|
) : UIKitAccordion (otherAttrs = otherAttrs)
|
||||||
|
|
||||||
companion object : UIKitAccordion("uk-accordion") {
|
companion object : UIKitAccordion("uk-accordion", otherAttrs = mapOf("uk-accordion" to "")) {
|
||||||
val Open = UIKitUtility.Open
|
val Open = UIKitUtility.Open
|
||||||
|
|
||||||
operator fun invoke(
|
operator fun invoke(
|
||||||
|
Loading…
Reference in New Issue
Block a user