[go: up one dir, main page]

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

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

Installation

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.composables.ui:menu:1.2.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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 93.0%
  • Swift 4.3%
  • Shell 2.7%