mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-17 08:28:09 +08:00
Update README.md
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
## Level 2: ftxui::Node
|
||||
A hierarchial set of element.
|
||||
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.
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
* keyboard
|
||||
* mouse
|
||||
* terminal event
|
||||
|
||||
Components renders themself by producing ftxui::Node (Level 2)
|
||||
|
||||
Implement your own!
|
||||
|
Reference in New Issue
Block a user