Layer items on top of each other through put_xxx calls? #87
Unanswered
TheWorldEndsWithUs
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There are three layout functions to help you create complex layouts in PyWebIO. ( Doc ) You can use put_column([
put_buttons(...),
put_image(...)
]) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are we currently able to layer items on top of each other? I know if I did the whole page in put_html I probably could, however, am I able to put_buttons on top of a put_image?
Beta Was this translation helpful? Give feedback.
All reactions