# Basic tile with icon and description
calcite_tile(
icon = "3d-glasses",
heading = "Special viewing glasses",
description = "Great for eclipses and optical illusions"
)
# Tile with content in bottom slot
calcite_tile(
icon = "rangefinder",
heading = "Rangefinder",
description = "A time-tested tool for field engineers",
content_bottom = calcite_chip("214 in use")
)
# Active tile with link
calcite_tile(
icon = "data",
heading = "Data Analysis",
href = "https://example.com/data",
active = TRUE
)
Run the code above in your browser using DataLab