Skip to contents

Create a styled link using Designsystemet styles.

Usage

ds_link(..., href = "#", class = NULL)

Arguments

...

Link content

href

Link URL

class

Additional CSS classes

Value

A Shiny tag object

Examples

ds_link("Visit our website", href = "https://example.com")
#> <a class="ds-link" href="https://example.com">Visit our website</a>