Skip to content

1lyyfe/swiftui-buttons-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎨 swiftui-buttons-cookbook

A growing collection of modern, reusable, and beautiful SwiftUI buttons — made for indie devs, side projects, and pixel-perfect UIs.

🚀 Button Previews

Primary Glass Neumorphic 3D Tap

🧠 Why?

Buttons are the soul of interaction.
They should feel fun, responsive, and delightful 💥.
This pack gives you beautiful, drop-in buttons to instantly level up your UI.


🔧 Tech Notes

  • Built in SwiftUI 5
  • Compatible with iOS 16+
  • Preview GIFs included in /Gifs/

I also launched 👉 100 iOS App Ideas with MVP Scopes — if you need a new project to build, start there.


📬 Suggestions?

PRs welcome; got a button style you love? Open an issue or reach out:

→ Message me: github.com/yourhandle

→ Or just fork it, remix it, and go ship something cool.


✨ Buttons Included

  • ✅ Primary Button
  • ✅ Glassmorphism Button
  • ✅ Neumorphic Button
  • ✅ 3D Tap Button

More styles coming soon...


📦 Usage

Each button is a standalone SwiftUI view — plug it in, customize it, go.


Primary Button

PrimaryButton("Continue") {
    print("Tapped")
}


Glass Button

GlassButton("Glass Tap") {
    print("Tapped")
}


Neumorphic Button

NeumorphicButton("Soft Touch") {
    print("Tapped")
}


3D Tap Button

Tap3DButton("Tap Me") {
    print("Tapped")
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages