Skip to content

Commit

Permalink
Update guides/notebooks/swiftui-views.livemd
Browse files Browse the repository at this point in the history
Co-authored-by: Carson Katri <[email protected]>
  • Loading branch information
BrooklinJazz and carson-katri authored Dec 5, 2023
1 parent 1154896 commit f4776ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/notebooks/swiftui-views.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ import KinoLiveViewNative.Livebook, only: []

A Button is a clickable SwiftUI View.

The label of a button can be any view. such as a [Text](https://developer.apple.com/documentation/swiftui/text) element for text-only buttons or [Label](https://developer.apple.com/documentation/swiftui/label) element for buttons with icons.
The label of a button can be any view, such as a [Text](https://developer.apple.com/documentation/swiftui/text) view for text-only buttons or a [Label](https://developer.apple.com/documentation/swiftui/label) view for buttons with icons.

Evaluate the example below to see the SwiftUI [Button](https://developer.apple.com/documentation/swiftui/button) element.

Expand Down

0 comments on commit f4776ac

Please sign in to comment.