mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Reword description of ftxui/component in #modules (#585)
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
This commit is contained in:
parent
d301fab1f4
commit
90d18a2d20
@ -113,11 +113,9 @@ The project is comprised of 3 modules:
|
|||||||
|
|
||||||
3. **ftxui/component** The module is required if your program needs to respond
|
3. **ftxui/component** The module is required if your program needs to respond
|
||||||
to user input. It defines a set of `ftxui::Component`. These components can
|
to user input. It defines a set of `ftxui::Component`. These components can
|
||||||
be utilized to navigate the program by using the arrow keys and interacting
|
be utilized to navigate using the arrow keys *and/or* cursor. There are
|
||||||
with widgets such as the checkbox. You can also make you own components.
|
several builtin widgets like checkbox/inputbox/etc to interact with. You can
|
||||||
The use can navigates
|
combine them, or even define your own custom components.
|
||||||
using the arrow keys and interact with widgets like checkbox/inputbox/... You
|
|
||||||
can make you own components.
|
|
||||||
|
|
||||||
# screen {#module-screen}
|
# screen {#module-screen}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user