Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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)