View source: R/components-generated.R
calcite_action_group | R Documentation |
Create a ActionGroup component
calcite_action_group(...)
... |
named attributes passed to |
The following properties are provided by this component:
Name | Attribute | Description | Values | Reflects to Attribute |
columns | columns | Indicates number of columns. | 1 | 2 | 3 | 4 | 5 | 6 | TRUE |
expanded | expanded | When true , the component is expanded. | boolean | TRUE |
label | label | Accessible name for the component. | string | FALSE |
layout | layout | Indicates the layout of the component. | "grid" | "horizontal" | "vertical" | TRUE |
menuFlipPlacements | NA | Specifies the component's fallback menu placement when it's initial or specified placement has insufficient space available. | Check API reference | FALSE |
menuOpen | menu-open | When true , the calcite-action-menu is open. | boolean | TRUE |
menuPlacement | menu-placement | Determines where the action menu will be positioned. | "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "leading" | "leading-end" | "leading-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start" | "trailing" | "trailing-end" | "trailing-start" | TRUE |
messageOverrides | NA | Use this property to override individual strings used by the component. | Check API reference | FALSE |
overlayPositioning | overlay-positioning | Determines the type of positioning to use for the overlaid content. Using "absolute" will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. "fixed" should be used to escape an overflowing parent container, or when the reference element's position CSS property is "fixed" . | "absolute" | "fixed" | TRUE |
scale | scale | Specifies the size of the calcite-action-menu . | "l" | "m" | "s" | TRUE |
The following slots are provided by this component:
Slot | Description |
Default (unnamed) | A slot for adding a group of calcite-action s. |
menu-actions | A slot for adding an overflow menu with calcite-action s inside a calcite-dropdown . |
menu-tooltip | A slot for adding a calcite-tooltip for the menu. |
an object of class calcite_component
which is a subclass of shiny.tag
calcite_action_group()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.