feat: Multiple border style. (#202)

This commit is contained in:
Arthur Sonzogni
2021-09-12 00:36:59 +02:00
committed by GitHub
parent 4d50dadb41
commit b5c3b17b3f
8 changed files with 506 additions and 40 deletions

View File

@@ -11,9 +11,9 @@ int main(int argc, const char* argv[]) {
text("left-column"),
separator(),
vbox({
center(text("right-top")) | flex,
center(text("top")) | flex,
separator(),
center(text("bottom-bottom")),
center(text("bottom")),
}) | flex,
separator(),
text("right-column"),