It would be really cool if FTXUI had a dynamic grid component.
What I mean is a grid that given a vector of elements it will print them in a nice format, like this:
element element element
element long name element element
element element element
element element element
element element name element
I have some API idea:
auto document = dynamic_grid({ });
It would be really cool if FTXUI had a dynamic grid component.
What I mean is a grid that given a vector of elements it will print them in a nice format, like this:
I have some API idea: