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

x/tui/src/components/button.ts>ButtonOptions

🦕 Deno module for creating Terminal User Interfaces
Latest
interface ButtonOptions
implements ComponentOptions
import { type ButtonOptions } from "https://deno.land/x/tui@2.1.11/src/components/button.ts";

Properties

optional
label: { text: string | Signal<string>; align?: LabelAlign | SignalOfObject<LabelAlign>; }