Learn R Programming

lcars (version 0.3.8)

inputColumn: 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(...)

Value

HTML

Arguments

...

div contents such as lcarsButton elements.

Examples

Run this code
inputColumn()

Run the code above in your browser using DataLab