calcite_menu {calcite} | R Documentation |
Create a Menu component
Description
Create a Menu component
Usage
calcite_menu(...)
Arguments
... |
named attributes passed to |
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
Examples
calcite_menu()
[Package calcite version 0.1.0 Index]