Skip to main content
Module

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

Classes

Component that allows user to input number by sliding a handle

Interfaces

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

Complementary interface defining what's accessible in {ScrollableViewComponent} class in addition to {SliderComponentOptions}

Theme used by {SliderComponent} to style itself

Type Aliases

EventMap that {SliderComponent} uses

Implementation for {SliderComponent} class