Skip to content

An unstyled Menu (Dropdown) Compose Multiplatform component with keyboard navigation and animation support.

License

Notifications You must be signed in to change notification settings

composablehorizons/compose-menu

Repository files navigation

Compose Menu (Dropdown)

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 (Js/WASM), Android and iOS.

Installation

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.composables.ui:menu:1.4.0")
}

Documentation

For full documentation, checkout: https://composablehorizons.github.io/compose-menu

Contributing

We are currently accepting contributions in the form of bug reports and feature requests, in the form of Github issues.