Widgets
#375
Replies: 1 comment 5 replies
-
Currently, textual doesn't have any input widgets and only third party library - textual-inputs is available which is experimental, so I recommend using other TUI library or write your own input widgets but remember that it may not work as intended since textual's code and API is constantly changing. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a command line tool which should be extended to allow users to choose among several settings, so I'm thinking to add an interactive mode, where settings would be chosen in menus via combo boxes, input boxes, etc. Very Windows 95 dialog forms. The users use Linux, Windows, macOS.
Would Textual be a good choice for this type of app? I haven't seen, in the example, any demo about widgets. Should I have to write my own check box class, in order to use Textual?
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions