SwiftUI.js
Components

SettingsLink

SettingsLink mirrors SwiftUI's settings-entry affordance while staying web-native as a standard link.

SettingsLink mirrors SwiftUI's settings-entry affordance while staying web-native as a standard link.

Examples

Default

Preview unavailable for this example in the static docs build.

Show code
<SettingsLink></SettingsLink>

Variants

Preview unavailable for this example in the static docs build.

Show code
<SettingsLink href="/settings/notifications" label="Notification settings"></SettingsLink>

API

PropTypeRequiredDescription
hrefstringNoNo description yet.
labelstringNoNo description yet.

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

Overview

SettingsLink mirrors SwiftUI's settings-entry affordance while staying web-native as a standard link.

On this page