# Basic shell with header and content
calcite_shell(
header = calcite_navigation(
calcite_navigation_logo(slot = "logo", heading = "My App")
),
"Main content goes here"
)
# Shell with sidebar panel
calcite_shell(
panel_start = calcite_shell_panel(
calcite_panel(heading = "Layers")
),
calcite_panel(heading = "Map View")
)
Run the code above in your browser using DataLab