SUEButtons
SwiftUI ButtonStyles
Install / Use
/learn @brampf/SUEButtonsREADME
SUEButtons
SwiftUI ButtonStyles
<p align="center"> <a href="LICENSE.md"> <img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License"> </a> <a href="https://swift.org"> <img src="https://img.shields.io/badge/swift-5.3-brightgreen.svg" alt="Swift 5.3"> </a>SUE stands for SwiftUI Extras and is a collection of small SwiftUI libraries for various recurring use cases
Gallery
CapsuleButtonStyle
Button("Action!").buttonStyle(CapsuleButtonStyle())

GradientButtonStyle
Button("Action!").buttonStyle(GradientButtonStyle())

RectangleButtonStyle
Button("Action!").buttonStyle(RectangleButtonStyle())

RoundedFillButtonStyle
Button("Action!").buttonStyle(RoundedFillButtonStyle())

RoundedOutlineButtonStyle
Button("Action!").buttonStyle(RoundedOutlineButtonStyle())

License
MIT license; see LICENSE. (c) 2020
