- August 12, 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:
Recognize your user's voice elegantly without having to figure out authorization and audio engines. SwiftSpeech Examples Features Installation Getting Started ...
Example To run the example project, clone the repo, and run pod install from the Example directory first. Requirements iOS 14.0 Installation ...
SlidingRuler is a Swift package containing a SwiftUI control that acts like an linear infinite slider or a finite, more precise ...
SkeletonUI aims to bring an elegant, declarative syntax to skeleton loading animations. Get rid of loading screens or spinners and ...