Skip to main content
Module

x/tui/src/components/frame.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/frame.ts";

Classes

Component that creates frame border either around a component or within rectangle depending on what's specified

Interfaces

Complementary interface defining what's accessible in {FrameComponent} class in addition to {FrameComponentOptions}

Type Aliases

Implementation for {FrameComponent} class

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

Type that specifies structore of object that defines how frame looks like