Skip to content

Commit

Permalink
Add FlexibleBottomSheet (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 18, 2023
1 parent b9011d5 commit 83c3187
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,19 @@ your Compose apps.
[![Maven Central](https://img.shields.io/maven-central/v/io.github.team-preat/peekaboo-image-picker)](https://search.maven.org/search?q=g:io.github.team-preat)
> Kotlin Multiplatform library for Compose Multiplatform, designed for seamless integration of an image picker feature in iOS and Android applications.
[FlexibleBottomSheet](https://github.com/skydoves/FlexibleBottomSheet) - Flexible BottomSheet library Compose Multiplatform [![GitHub Repo stars](https://img.shields.io/github/stars/skydoves/FlexibleBottomSheet)](https://img.shields.io/github/stars/skydoves/FlexibleBottomSheet)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/flexible-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%flexible-core%22)
> Advanced Compose Multiplatform bottom sheet for segmented sizing and non-modal type, similar to Google Maps.
[orbitral](https://github.com/skydoves/orbital) - Dynamic animation library for Compose Multiplatform [![GitHub Repo stars](https://img.shields.io/github/stars/skydoves/orbital)](https://img.shields.io/github/stars/skydoves/orbital)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/orbital.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%22orbital%22)
> Jetpack Compose animation library that allows you to implement animations such as shared element transition.
[compose-stable-marker](https://github.com/skydoves/compose-stable-marker) - Compose stable markers for KMP to tell stable/immutable guarantees
[![GitHub Repo stars](https://img.shields.io/github/stars/skydoves/compose-stable-marker)](https://img.shields.io/github/stars/skydoves/compose-stable-marker)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.skydoves/compose-stable-marker.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.skydoves%22%20AND%20a:%compose-stable-marker%22)
> Compose stable markers were originated Compose runtime, which improves Compose performance by telling stable and skippable guarantees to the compose compiler from non-compose dependent modules.
### 🎨 Graphics
[MOKO Graphics](https://github.com/icerockdev/moko-graphics) - Graphics primitives
[![GitHub Repo stars](https://img.shields.io/github/stars/icerockdev/moko-graphics)](https://github.com/icerockdev/moko-graphics)
Expand Down

0 comments on commit 83c3187

Please sign in to comment.