calcite_combobox_item_group: Create a ComboboxItemGroup component

View source: R/components-generated.R

calcite_combobox_item_groupR Documentation

Create a ComboboxItemGroup component

Description

Create a ComboboxItemGroup component

Usage

calcite_combobox_item_group(...)

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

Name Attribute Description Values Reflects to Attribute
ancestors NA Specifies the parent and grandparent calcite-combobox-items, which are set on calcite-combobox. Check API reference FALSE
label label Specifies the title of the component. string FALSE

Slots

The following slots are provided by this component:

Slot Description
Default (unnamed) A slot for adding calcite-combobox-items.

Value

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

References

Official Documentation

Examples

calcite_combobox_item_group()

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