Skip to contents

Create a ShellPanel component

Usage

calcite_shell_panel(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

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

Details

Properties

The following properties are provided by this component:

NameAttributeDescriptionValuesReflects to Attribute
collapsedcollapsedWhen true, hides the component's content area.booleanTRUE
displayModedisplay-modeCheck API reference"dock" | "float" | "float-all" | "float-content" | "overlay"TRUE
heightheightSpecifies the height of the component."l" | "m" | "s"TRUE
heightScaleheight-scaleWhen layout is horizontal, specifies the maximum height of the component."l" | "m" | "s"TRUE
layoutlayoutThe direction of the component."horizontal" | "vertical"TRUE
messageOverridesNAUse this property to override individual strings used by the component.Check API referenceFALSE
positionpositionSpecifies the component's position. Will be flipped when the element direction is right-to-left ("rtl")."end" | "start"TRUE
resizableresizableWhen true and displayMode is not float-content or float, the component's content area is resizable.booleanTRUE
widthwidthSpecifies the width of the component."l" | "m" | "s"TRUE
widthScalewidth-scaleWhen layout is vertical, specifies the width of the component."l" | "m" | "s"TRUE

Slots

The following slots are provided by this component:

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

Examples

calcite_shell_panel()
#> <calcite-shell-panel></calcite-shell-panel>