Skip to content

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

License

Notifications You must be signed in to change notification settings

bobek-balinek/SwiftUI-AquaButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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