SwiftUI.js
Components

HelpLink

HelpLink presents a dedicated support affordance aligned with SwiftUI's `HelpLink`, adapted to the web as an anchor.

HelpLink presents a dedicated support affordance aligned with SwiftUI's `HelpLink`, adapted to the web as an anchor.

Examples

Default

Preview unavailable for this example in the static docs build.

Show code
<HelpLink href="https://example.com/help"></HelpLink>

Variants

Preview unavailable for this example in the static docs build.

Show code
<HelpLink href="https://example.com/support" label="View support article"></HelpLink>

API

PropTypeRequiredDescription
hrefstringYesNo description yet.
labelstringNoNo description yet.

Inherits additional props from Omit<IBaseElementComponent<'a'>, 'children' | 'href'>.

Overview

HelpLink presents a dedicated support affordance aligned with SwiftUI's HelpLink, adapted to the web as an anchor.

On this page