BPKSingleSelectChipGroup
public struct BPKSingleSelectChipGroup : View
A Group of chips that allows a single chip to be selected at a time.
-
Declaration
Swift
public init( chips: [ChipItem], style: BPKChipStyle = .default, selectedIndex: Binding<Int?>, type: BPKChipGroupType = .rail, onItemClick: @escaping (_ index: Int) -> Void )
-
Declaration
Swift
public var body: some View { get }
-
Declaration
Swift
struct ChipItem : Hashable