- August 28, 2025
- Mins Read
A SwiftUI View that emits confetti with user-defined shapes, images, and text.
ConfettiView is available through Swift Package Manager
File -> Swift Packages -> Add Package Dependency...
import SwiftUI
import ConfettiView
struct ContentView: View {
let confettiView = ConfettiView( confetti: [
.text(“🎉”),
.text(“💪”),
.shape(.circle),
.shape(.triangle),
])
var body: some View {
confettiView
}
}
see included example for:
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...