Skip to content

Instantly share code, notes, and snippets.

@Pease163
Pease163 / SwiftUI-Free-Components.swift
Created January 31, 2026 19:06
๐ŸŽ 5 Free SwiftUI Components - Button, Card, SearchBar, Toast, Loader | Full pack (38 components): https://boosty.to/swiftuidev
// ๐ŸŽ Free SwiftUI Components Pack (5 of 38)
// Full pack: https://boosty.to/swiftuidev
// Telegram: @SwiftUIDaily
import SwiftUI
// MARK: - 1. Primary Button with Loading State
struct PrimaryButton: View {
let title: String
let action: () -> Void