marked up
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
48edde5296
commit
1439197870
@ -16,6 +16,10 @@ open class BadgeModel: MoleculeModelProtocol {
|
|||||||
public static var identifier: String = "badge"
|
public static var identifier: String = "badge"
|
||||||
public var id: String = UUID().uuidString
|
public var id: String = UUID().uuidString
|
||||||
public var backgroundColor: Color?
|
public var backgroundColor: Color?
|
||||||
|
|
||||||
|
//--------------------------------------------------
|
||||||
|
// MARK: - VDS Properties
|
||||||
|
//--------------------------------------------------
|
||||||
public var text: String = ""
|
public var text: String = ""
|
||||||
public var accessibilityText: String?
|
public var accessibilityText: String?
|
||||||
public var maxWidth: CGFloat?
|
public var maxWidth: CGFloat?
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user