Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tui/src/layout/mod.ts

🦕 Deno module for creating Terminal User Interfaces
Latest
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 rectangle)

HorizontalLayout allows you to position elements in columns so that they occupy whole space (HorizontalLayout's rectangle)

VerticalLayout allows you to position elements in rows so that they occupy whole space (VerticalLayout's rectangle)