Skip to content

Commit 4566f9a

Browse files
fix docs
1 parent da0074e commit 4566f9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/ComponentsKit/Components/Card/SUCard.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import SwiftUI
1010
/// Text("This is the content of the card.")
1111
/// }
1212
/// )
13+
/// ```
1314
public struct SUCard<Content: View>: View {
1415
// MARK: - Properties
1516

Sources/ComponentsKit/Components/Card/UKCard.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import UIKit
1414
/// return label
1515
/// }
1616
/// )
17+
/// ```
1718
open class UKCard: UIView, UKComponent {
1819
// MARK: - Typealiases
1920

0 commit comments

Comments
 (0)