Skip to content

alpaycli/ScrollableCalendarKit

Repository files navigation

ScrollableCalendarKit

ScrollableCalendarKit is a scrollable calendar view similar to one used in Apple Health App's Medications section.

Installation

Requirements

  • iOS 18.0+

Via Swift Package Manager

Usage

Basic Usage

import ScrollableCalendarKit
import SwiftUI

struct ContentView: View {
    @State var currentDate: Date.WeekDay = .init(date: .now)
    
    var body: some View {
        ScrollableCalendarView(currentDate: $currentDate)
    }
}

License

ScrollableCalendarKit is available under the MIT license. See the LICENSE file for more info.

Contributions

Contributions are welcome! If you have any suggestions or improvements, please create an issue or submit a pull request.

About

Scrollable calendar view for SwiftUI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages