import * as tui from "https://deno.land/x/tui@2.1.11/src/layout/mod.ts";
Classes
GridLayout allows you to position elements in rows and columns
so that they occupy whole space (GridLayout's | |
HorizontalLayout allows you to position elements in columns
so that they occupy whole space (HorizontalLayout's | |
VerticalLayout allows you to position elements in rows
so that they occupy whole space (VerticalLayout's |