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
| Prop | Type | Required | Description |
|---|---|---|---|
href | string | Yes | No description yet. |
label | string | No | No 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.
GroupBox
GroupBox is a container that visually groups related content with a border and optional label. GroupBox is similar to Group but adds visual styling with a border and background.
HoverEffect
HoverEffect adapts SwiftUI's hover feedback modifiers into explicit pointer-oriented wrappers for the web.