page_actionbar(
title = "Wildlife Areas",
actions = calcite_action_bar(
calcite_action(text = "Add", icon = "plus"),
calcite_action(text = "Layers", icon = "layers", active = TRUE)
),
panel_content = calcite_panel(
heading = "Layers",
"Layer controls here"
),
"Map content here"
)
Run the code above in your browser using DataLab