-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support easy match layout #7571
Comments
Alternative ImplementationsReactive
|
The notebook version does work for me as well and yes, the |
With React and Reflex its easy to layout based on a
match
https://reflex.dev/docs/library/dynamic-rendering/match/:With Panel you have to write some boiler plat code breaking the layout into more pieces. For example the
match
function below:This makes it harder to use Panel. Furthermore there is no
.rx.match
function. I think there should be?The text was updated successfully, but these errors were encountered: