BPKCardList
public struct BPKCardList<Element, Content> : View where Element : Identifiable, Content : View
-
Declaration
Swift
public init( title: String, description: String?, layout: BPKCardListLayout, initiallyShownCardsCount: Int = 3, elements: [Element], @ViewBuilder cardForElement: @escaping (_: Element) -> Content )
-
Declaration
Swift
public var body: some View { get }