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

@@ -19,6 +19,7 @@ example(color_truecolor_RGB)
example(color_truecolor_HSV)
example(color_info_palette256)
example(style_dim)
example(gridbox)
example(style_gallery)
example(style_inverted)
example(style_underlined)