FTXUI/examples/component
Arthur Sonzogni 602392c43d
Implement flexbox (#277)
This implement the flexbox elements, following the HTML one.

Built from them, there is also the following elements:
- `paragraph`
- `paragraphAlignLeft`
- `paragraphAlignRight`
- `paragraphAlignCenter`
- `paragraphAlignJustify`

This is a breaking change.
2021-12-11 17:58:25 +01:00
..
button.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
checkbox_in_frame.cpp Use vscroll_indicator in examples. 2021-09-30 20:55:47 +02:00
checkbox.cpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
CMakeLists.txt Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
composition.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
dropdown.cpp Table (#229) 2021-10-15 23:04:11 +02:00
flexbox.cpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
gallery.cpp Fix mouse wheel on checkbox. (#205) 2021-09-16 00:47:31 +02:00
homescreen.cpp Implement flexbox (#277) 2021-12-11 17:58:25 +01:00
homescreen.gif Add Demo GIF. 2019-01-27 16:23:12 +01:00
input.cpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00
maybe.cpp Table (#229) 2021-10-15 23:04:11 +02:00
menu2.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
menu_entries.cpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00
menu_in_frame.cpp Use vscroll_indicator in examples. 2021-09-30 20:55:47 +02:00
menu_multiple.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
menu_style.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
menu.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
modal_dialog.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
nested_screen.cpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00
print_key_press.cpp Prefer std::string over std::wstring. (#179) 2021-08-08 23:25:20 +02:00
radiobox_in_frame.cpp Use vscroll_indicator in examples. 2021-09-30 20:55:47 +02:00
radiobox.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
renderer.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
resizable_split.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
slider_rgb.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
slider.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
tab_horizontal.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
tab_vertical.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00
toggle.cpp Update examples to use std::string. (#182) 2021-08-09 00:27:37 +02:00