View source: R/ds-typography.R
| ds_link | R Documentation |
Create a styled link using Designsystemet styles.
ds_link(..., href = "#", class = NULL)
... |
Link content |
href |
Link URL |
class |
Additional CSS classes |
A Shiny tag object
ds_link("Visit our website", href = "https://example.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.