Expandable Compose Calendar

Expandable Compose Calendar

Integrate calendar with your Jetpack Compose project.

Java CI with Gradle

Introduction

A calendar with a week view that can be expanded to a month view

Setup

  1. Configure jitpack
  2. Add the dependency

dependencies {
  .....
  implementation 'com.github.mateusz800:Expandable-Compose-Calendar:ce5075e1d4'
  .....
}

Usage

Add the CalendarView composable to your code:

CalendarView(onDayClick = {
    ....
})

GitHub

View Github