mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-05-06 17:21:13 +08:00
Update README.md
This commit is contained in:
parent
f17acfba4c
commit
7a45585626
@ -14,7 +14,7 @@
|
|||||||
## Level 2: ftxui::Node
|
## Level 2: ftxui::Node
|
||||||
A hierarchial set of element.
|
A hierarchial set of element.
|
||||||
They handle layout and render themself on the screen (level 1)
|
They handle layout and render themself on the screen (level 1)
|
||||||
See ftxui/dom/elements.hpp
|
See [elements.hpp](./dom/elements.hpp)
|
||||||
|
|
||||||
You can make implement your own.
|
You can make implement your own.
|
||||||
|
|
||||||
@ -24,6 +24,7 @@
|
|||||||
* keyboard
|
* keyboard
|
||||||
* mouse
|
* mouse
|
||||||
* terminal event
|
* terminal event
|
||||||
|
|
||||||
Components renders themself by producing ftxui::Node (Level 2)
|
Components renders themself by producing ftxui::Node (Level 2)
|
||||||
|
|
||||||
Implement your own!
|
Implement your own!
|
||||||
|
Loading…
Reference in New Issue
Block a user