<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/LinkButtonStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI15LinkButtonStyleV"
  },
  "title" : "LinkButtonStyle"
}
-->

# LinkButtonStyle

A button style for buttons that emulate links.

```
nonisolated struct LinkButtonStyle
```

## Overview

You can also use [`link`](/documentation/SwiftUI/PrimitiveButtonStyle/link) to construct this style.

## Topics

### Creating the button style

[`init()`](/documentation/SwiftUI/LinkButtonStyle/init())

Creates a link button style.

### Supporting types

[`makeBody(configuration:)`](/documentation/SwiftUI/LinkButtonStyle/makeBody(configuration:))

Creates a view that represents the body of a button.

## Relationships

### Conforms To

[`PrimitiveButtonStyle`](/documentation/SwiftUI/PrimitiveButtonStyle)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)