inputColumn {lcars} | R 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 |
Value
HTML
Examples
inputColumn()
[Package lcars version 0.3.8 Index]