We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0074e commit 4566f9aCopy full SHA for 4566f9a
Sources/ComponentsKit/Components/Card/SUCard.swift
@@ -10,6 +10,7 @@ import SwiftUI
10
/// Text("This is the content of the card.")
11
/// }
12
/// )
13
+/// ```
14
public struct SUCard<Content: View>: View {
15
// MARK: - Properties
16
Sources/ComponentsKit/Components/Card/UKCard.swift
@@ -14,6 +14,7 @@ import UIKit
/// return label
17
18
open class UKCard: UIView, UKComponent {
19
// MARK: - Typealiases
20
0 commit comments