ds_link: Link Component

View source: R/ds-typography.R

ds_linkR Documentation

Description

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")

shinyds documentation built on Aug. 22, 2026, 5:08 p.m.