Skip to content

Instantly share code, notes, and snippets.

View odrobnik's full-sized avatar

Oliver Drobnik odrobnik

View GitHub Profile
@odrobnik
odrobnik / gist:10b8f128462a4932b1b89655411a82dc
Last active March 14, 2025 21:01
A generic file icon with a file name badge
import SwiftUI
struct ImagePlaceholder: View {
// MARK: - Properties
/// File extension to display (without the dot)
let fileExtension: String?
@State var badgeColor: Color?