Skip to content

Commit

Permalink
add tooltip_placement kwarg to all widgets
Browse files Browse the repository at this point in the history
move html inputs to input_widgets.py
  • Loading branch information
devxpy committed Nov 26, 2024
1 parent d773db4 commit a520aaa
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 219 deletions.
8 changes: 8 additions & 0 deletions py/gooey_gui/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
confirm_dialog,
button_with_confirm_dialog,
)
from .input_widgets import (
text_input,
date_input,
number_input,
password_input,
slider,
checkbox,
)
from .pills import pill
from .url_button import url_button
Loading

0 comments on commit a520aaa

Please sign in to comment.