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 03ee108 commit ae7b7efCopy full SHA for ae7b7ef
Sources/ComponentsKit/Components/Badge/Models/BadgeVM.swift
@@ -23,7 +23,7 @@ public struct BadgeVM: ComponentVM {
23
///
24
/// Defaults to `.medium`.
25
public var cornerRadius: ComponentRadius = .medium
26
-
+
27
/// Vertical padding for the badge.
28
29
/// Defaults to `8`.
@@ -33,7 +33,7 @@ public struct BadgeVM: ComponentVM {
33
34
/// Defaults to `10`.
35
public var horizontalPadding: CGFloat = 10
36
37
/// Initializes a new instance of `BadgeVM` with default values.
38
public init() {}
39
}
Sources/ComponentsKit/Components/Badge/SUBadge.swift
@@ -1,7 +1,5 @@
1
import SwiftUI
2
3
-// MARK: - SUBadge
4
5
/// A SwiftUI component that displays a badge.
6
public struct SUBadge: View {
7
// MARK: Properties
0 commit comments