Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tui/src/components/label.ts>LabelAlign

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
interface LabelAlign
import { type LabelAlign } from "https://deno.land/x/tui@2.0.0/src/components/label.ts";

Type that describes text positioning in label

Properties

vertical: "top" | "center" | "bottom"
horizontal: "left" | "center" | "right"