examples.RdCalcite examples
Examples
list_examples()
#> [1] "button-click" "calcite-accordion"
#> [3] "calcite-action-button" "calcite-alert"
#> [5] "calcite-block" "calcite-button"
#> [7] "calcite-checkbox" "calcite-date-picker"
#> [9] "calcite-input-file" "calcite-input-message"
#> [11] "calcite-input-number" "calcite-input-text"
#> [13] "calcite-label" "calcite-link"
#> [15] "calcite-navigation" "calcite-notice"
#> [17] "calcite-panel" "calcite-scrim"
#> [19] "calcite-segmented-control" "calcite-select"
#> [21] "calcite-shell-panel" "calcite-slider"
#> [23] "calcite-switch" "calcite-table"
#> [25] "calcite-tile-group" "earthquake-app"
#> [27] "page-actionbar" "page-sidebar-penguins"
if (interactive()) {
open_example()
run_example("calcite-checkbox")
}