An unstyled Composable component for Compose Multiplatform that can be used to implement Dropdown Menus with the styling of your choice.
Comes with built-in Keyboard management and animation support. Supports Compose Desktop, Web (WASM), Android and iOS.
repositories {
mavenCentral()
}
dependencies {
implementation("com.composables.ui:menu:1.2.0")
}
For full documentation, checkout: https://composablehorizons.github.io/compose-menu
We are currently accepting contributions in the form of bug reports and feature requests, in the form of Github issues.