Skip to main content
Module

x/tui/src/components/mod.ts

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
import * as tui from "https://deno.land/x/tui@2.1.4/src/components/mod.ts";

Classes

Component for creating simple non-interactive box

Component for creating interactive button

Component for creating interactive checkbox

Component for creating interactive combobox

Component for creating non-interactive frames

Component for creating interactive text input

Component for creating multi-line, non interactive text

Component for creating interactive progressbars

Component for creating interactive sliders

Component for creating interactive table

Component for creating single-line, non interactive text

Component for creating interactive mutliline text input

Type Aliases

Type that describes position and size of Label When width or height isn't set, they gets automatically calculated depending of given value text width and amount of lines