Skip to content

Instantly share code, notes, and snippets.

View ajj-k's full-sized avatar
🐈
ねこ

tororo ajj-k

🐈
ねこ
  • Japan
View GitHub Profile
@ajj-k
ajj-k / gist:2f6150b479530f357d70cf0a9a8bbed9
Created January 10, 2026 08:32
γ‚Šγ‚“γ—γ‚…γ†πŸ˜˜
import SwiftUI
struct LibraryItemView: View {
let book: BookSummary
@State private var availability: String? = nil
@State private var isLoading: Bool = false
private let calilClient: CalilAPIClient