mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Update README.md
This commit is contained in:
parent
b00fa7dc65
commit
96e37b031a
@ -37,14 +37,14 @@ A simple C++ library for terminal based user interface.
|
|||||||
|
|
||||||
## Example:
|
## Example:
|
||||||
~~~cpp
|
~~~cpp
|
||||||
vbox(
|
vbox({
|
||||||
hbox(
|
hbox({
|
||||||
text(L"left") | border,
|
text(L"left") | border,
|
||||||
text(L"middle") | border | flex,
|
text(L"middle") | border | flex,
|
||||||
text(L"right") | border
|
text(L"right") | border
|
||||||
),
|
}),
|
||||||
gauge(0.5) | border
|
gauge(0.5) | border
|
||||||
)
|
})
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
~~~bash
|
~~~bash
|
||||||
|
Loading…
Reference in New Issue
Block a user