An open API service indexing awesome lists of open source software.

https://github.com/numq/compose-split-screen

Jetpack Compose Multiplatform compatible split screen slider component
https://github.com/numq/compose-split-screen

compose jetpack library multiplatform screen slider split

Last synced: 12 months ago
JSON representation

Jetpack Compose Multiplatform compatible split screen slider component

Awesome Lists containing this project

README

          

# Compose Split Screen

**_Jetpack Compose Split Screen Component_** is a container component that allows you to split content into two child
components, dynamically changing the size of each of them depending on the slider position. It can be **_horizontal_**
or **_vertical_**, and also allows you to specify the **_initial_**, **_minimum_** and **_maximum_** slider position.

![Demonstration](media/demo.gif)

## Installation

```
repositories {
maven("https://jitpack.io")
}

dependencies {
implementation("com.github.numq:compose-split-screen:1.0.1")
}
```