Open dhirschfeld opened 1 year ago
I'm not sure if it's supposed to, or even if it makes any sense to use a Row in the AppBarTitle but thought I'd mention it anyway:
Row
AppBarTitle
solara =1.19.0 jupyterlab =4.0.4
@sol.component def Page(): with sol.AppBarTitle(): with sol.Row(): sol.Text("Hi there") Page()
I'm not sure if it's supposed to, or even if it makes any sense to use a
Row
in theAppBarTitle
but thought I'd mention it anyway: