calcite_menu: Create a Menu component

View source: R/components-generated.R

calcite_menuR Documentation

Create a Menu component

Description

Create a Menu component

Usage

calcite_menu(...)

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

Name Attribute Description Values Reflects to Attribute
label label Accessible name for the component. string FALSE
layout layout Specifies the layout of the component. "horizontal" | "vertical" TRUE
messageOverrides NA Use this property to override individual strings used by the component. Check API reference FALSE

Value

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

References

Official Documentation

Examples

calcite_menu()

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