mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 13:38:14 +08:00 
			
		
		
		
	feat: Multiple border style. (#202)
This commit is contained in:
		@@ -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"),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user