brampf / SUEFrames

SwiftUI Views modifiers to add frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUEFrames

SwiftUI Views modifiers to add frames

MIT License Swift 5.3

SUE stands for SwiftUI Extras and is a collection of small SwiftUI libraries for various recurring use cases

Gallery

addRectangleFrame

Text("Hello, World!").padding().addRectangleFrame().padding()

addRectangleFrame

addFrame

Text("Hallo Welt").padding(10).addFrame()

addFrame

Text("Hallo Welt").padding(10).addFrame(topToolbar: Text("Top"))

addFrame

Text("Hallo Welt").padding(10).addFrame(bottomToolbar: Text("Bottom"))

addFrame

License

MIT license; see LICENSE. (c) 2020

About

SwiftUI Views modifiers to add frames

License:MIT License


Languages

Language:Swift 100.0%