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 0ff5aea commit 9b65faeCopy full SHA for 9b65fae
Sources/ComponentsKit/ProgressBar/Models/ProgressBarVM.swift
@@ -28,15 +28,6 @@ public struct ProgressBarVM: ComponentVM {
28
/// Defaults to `.medium`.
29
public var cornerRadius: ComponentRadius = .medium
30
31
- /// The width of the stripes in the `.striped` progress bar style.
32
- public var stripeWidth: CGFloat = 2
33
-
34
- /// The spacing between the stripes in the `.striped` progress bar style.
35
- public var stripeSpacing: CGFloat = 4
36
37
- /// The angle of the stripes in the `.striped` progress bar style..
38
- public var stripeAngle: Angle = .degrees(135)
39
40
/// The padding applied to the modal's content area.
41
///
42
/// Defaults to a padding value of `3` for all sides.
0 commit comments