SwiftUI View modifiers
SUE stands for SwiftUI Extras and is a collection of small SwiftUI libraries for various recurring use cases
Rectangle().foregroundColor(.gray)
.overlay($hidden, Text("Hej Hej").overlayStyle("Goddåg"))
Rectangle().foregroundColor(.gray)
.overlay(Demo(), keyPath: \Demo.test)
Rectangle().foregroundColor(.gray)
.overlay(Text("Bonjour!").overlayStyle("Français"))
HStack{
Text("Hello").hide($hidden1)
Text(" World").hide($hidden2)
}
MIT license; see LICENSE. (c) 2020