Learn R Programming

calcite (version 0.1.0)

calcite_shell_center_row: Create a ShellCenterRow component

Description

Use the calcite-shell-panel component instead.

Usage

calcite_shell_center_row(...)

Value

an object of class calcite_component which is a subclass of shiny.tag

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
detacheddetachedWhen true, the content area displays like a floating panel.booleanTRUE
heightScaleheight-scaleSpecifies the maximum height of the component."l" | "m" | "s"TRUE
positionpositionSpecifies the component's position. Will be flipped when the element direction is right-to-left ("rtl")."end" | "start"TRUE

Slots

The following slots are provided by this component:

SlotDescription
Default (unnamed)A slot for adding content to the calcite-shell-panel.
action-barA slot for adding a calcite-action-bar to the calcite-shell-panel.

References

Official Documentation

Examples

Run this code
calcite_shell_center_row()

Run the code above in your browser using DataLab