Introduce gridbox. (#190)

Introduce gridbox.
Similar to hbox and vbox, this component combine both into a grid.
This commit is contained in:
Arthur Sonzogni
2021-08-22 19:36:11 +02:00
committed by GitHub
parent b95a7a4c6b
commit 51850f1189
8 changed files with 787 additions and 1 deletions

View File

@@ -10,7 +10,6 @@
#include "ftxui/screen/screen.hpp" // for Screen
#include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ, TEST
using namespace ftxui;
using namespace ftxui;
std::string rotate(std::string str) {