We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e095ff commit 0d3d13aCopy full SHA for 0d3d13a
examples/grid.jl
@@ -16,7 +16,7 @@ function main()
16
w, h = TUI.terminal_size()
17
18
p = TUI.Grid(
19
- block = TUI.Block(title = "Bar Chart"),
+ block = TUI.Block(title = "Grid"),
20
data = [
21
1 2 3
22
4 5 6
0 commit comments