How to postion an element towards the bottom of ui.left_drawer
?
#3605
Answered
by
python-and-novella
adarshpunj
asked this question in
Q&A
Replies: 1 comment
-
@ui.page('/')
def index():
with ui.left_drawer(top_corner=True, bottom_corner=True):
ui.label('one')
ui.space()
ui.label('two') |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adarshpunj
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.
-
Question
I've
ui.left_drawer(top_corner=True, bottom_corner=True)
I have labels on the top, however I want to place another element at the bottom of the drawer. What is the best way to do it?
Beta Was this translation helpful? Give feedback.
All reactions