page_navbar(),
page_sidebar(), page_actionbar()calcite_shell(),
calcite_shell_panel()calcite_action(),
calcite_action_bar(),
calcite_action_group()calcite_checkbox(),
calcite_select(), calcite_segmented_control(),
calcite_segmented_control_item(),
calcite_input_file(), calcite_input_text(),
calcite_input_number(),
calcite_input_message()calcite_table(),
calcite_table_header(), calcite_tile(),
calcite_tile_group()calcite_scrim(),
calcite_notice(), calcite_alert(),
calcite_alert_info(), calcite_alert_danger(),
calcite_alert_warning(),
calcite_alert_success(),
calcite_alert_brand()calcite_block(),
calcite_panel(), calcite_accordion(),
calcite_accordion_item()calcite_slider(),
calcite_date_picker(), calcite_switch(),
calcite_link(), calcite_label()calcite_button()Examples:
A number of examples have been added to understand how to interact with each component, including full app examples.
Use list_examples() to see what’s available,
open_example() to open in Positron/RStudio, or
run_example() to run one directly!
calcite_button() click handler can be tracked via
input$your_button$clickedcalcite_button(). See
example
system.file("examples/button-click-test.R", package = "calcite")