# Basic link
calcite_link(
text = "View documentation",
href = "https://developers.arcgis.com/calcite-design-system/"
)
# Link with icon
calcite_link(
text = "External site",
href = "https://example.com",
icon_end = "launch",
target = "_blank",
rel = "noopener noreferrer"
)
# Download link
calcite_link(
text = "Download report",
href = "/files/report.pdf",
download = "monthly-report.pdf",
icon_start = "download"
)
# Disabled link
calcite_link(
text = "Coming soon",
href = "#",
disabled = TRUE
)
Run the code above in your browser using DataLab