Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Aug 7, 2024
1 parent 4ba664d commit 39d835b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ protocol RadioButtonContentDisplayable: Equatable {
var displayText: String { get }
}

/// A simplified version 2 of TabGroup. Use TabGroup when the radio buttons are not displaying exclusively Text.
/// A simplified version of TabGroup which supports binding for the selected option and does not require a view builder for each item.
/// Use TabGroup when the radio buttons are not displaying exclusively Text.
struct RadioButtonGroup<ButtonItem: RadioButtonContentDisplayable>: View {

@Binding var selected: ButtonItem
Expand Down

0 comments on commit 39d835b

Please sign in to comment.