Hi Friends, is there a guide or code sample that s...
# kilua
s
Hi Friends, is there a guide or code sample that shows how to use the
splitPanel
component? I have this code:
Copy code
splitPanel {
    div { +"Div" }
    div { +"Div" }
}
but I'm not able to see any dividers or split panels. I' just seeing 2 strings one below another.