calcite_shell_center_row: Create a ShellCenterRow component

View source: R/components-generated.R

calcite_shell_center_rowR Documentation

Create a ShellCenterRow component

Description

Use the calcite-shell-panel component instead.

Usage

calcite_shell_center_row(...)

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

Name Attribute Description Values Reflects to Attribute
detached detached When true, the content area displays like a floating panel. boolean TRUE
heightScale height-scale Specifies the maximum height of the component. "l" | "m" | "s" TRUE
position position Specifies 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:

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

Value

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

References

Official Documentation

Examples

calcite_shell_center_row()

calcite documentation built on April 3, 2025, 7:11 p.m.