Skip to content

Commit 83c3187

Browse files
authored
Add FlexibleBottomSheet (#87)
1 parent b9011d5 commit 83c3187

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.MD

+9
Original file line numberDiff line numberDiff line change
@@ -886,10 +886,19 @@ your Compose apps.
886886
[![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)
887887
> Kotlin Multiplatform library for Compose Multiplatform, designed for seamless integration of an image picker feature in iOS and Android applications.
888888
889+
[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)
890+
[![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)
891+
> Advanced Compose Multiplatform bottom sheet for segmented sizing and non-modal type, similar to Google Maps.
892+
889893
[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)
890894
[![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)
891895
> Jetpack Compose animation library that allows you to implement animations such as shared element transition.
892896
897+
[compose-stable-marker](https://github.com/skydoves/compose-stable-marker) - Compose stable markers for KMP to tell stable/immutable guarantees
898+
[![GitHub Repo stars](https://img.shields.io/github/stars/skydoves/compose-stable-marker)](https://img.shields.io/github/stars/skydoves/compose-stable-marker)
899+
[![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)
900+
> 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.
901+
893902
### 🎨 Graphics
894903
[MOKO Graphics](https://github.com/icerockdev/moko-graphics) - Graphics primitives
895904
[![GitHub Repo stars](https://img.shields.io/github/stars/icerockdev/moko-graphics)](https://github.com/icerockdev/moko-graphics)

0 commit comments

Comments
 (0)