Skip to main content
Module

x/tui/src/components/label.ts

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

Classes

Component that displays text in given rectangle When rectangle's width and/or height properties are set to -1 then width and/or height are set dynamically depending on the text size.

Interfaces

Interface defining object that {LabelComponent}'s constructor can interpret

Interface describing positioning of label when given boundaries using rectangle

Type Aliases

Implementation for {LabelComponent} class