Skip to content

bobek-balinek/SwiftUI-AquaButton

Repository files navigation

SwiftUI-AquaButton

Recreation of the famous "aqua" stylised button from OSX 10.0 using SwiftUI

Usage

Use the custom AquaGlassButton button style like so:

Button("Button") {
	// …
}
.buttonStyle(AquaGlassButton(type: .primary))

Preview

screenshot

About

Recreation of the famous "aqua" stylised button from OSX 10.0 using SwiftUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages