# Basic tile group
calcite_tile_group(
label = "Role selection",
calcite_tile(
icon = "rangefinder",
heading = "Field operator",
description = "Create and edit Reports in the field"
),
calcite_tile(
icon = "knowledge-graph-dashboard",
heading = "Office coordinator",
description = "View and analyze Reports from the office"
)
)
# Tile group with multiple selection
calcite_tile_group(
id = "role_selector",
label = "Select roles",
selection_mode = "multiple",
selection_appearance = "border",
layout = "vertical",
calcite_tile(
id = "construction",
icon = "wrench",
heading = "Construction Worker",
description = "Manage construction projects and coordinate teams"
),
calcite_tile(
id = "engineer",
icon = "rangefinder",
heading = "Civil Engineer",
description = "Design infrastructure and ensure compliance"
)
)
Run the code above in your browser using DataLab