inputColumn: LCARS input column

View source: R/shiny-button.R

inputColumnR Documentation

LCARS input column

Description

An LCARS input column is a container for inputs like lcarsButton() and lcarsToggle() that can be passed to lcarsBox(). The inputs occur vertically in the left or right side panel of the box. To fit properly, input widths should be 150px or less, matching the widths of the side panels of the given lcarsBox() container.

Usage

inputColumn(...)

Arguments

...

div contents such as lcarsButton() elements.

Value

HTML

Examples

inputColumn()

lcars documentation built on Sept. 12, 2024, 6:27 a.m.