Skip to content

🆕 ComposeActionMenu: now multiplatform

You can reply to this article at https://medium.com/@jacobras/composeactionmenu-now-multiplatform-178bc61d8b36.

My ComposeActionMenu library, which provides an easy-to-use action menu like the Android Options Menu, is now built with Compose Multiplatform. The supported targets are Android (like before), iOS and JVM (desktop).

Features

  • Icons (optional)
  • Selectable/checkable items
  • Nested sub menus
  • Automatic overflow for items that don’t fit the specified maximum
Desktop and Android example

GitHub

https://github.com/jacobras/ComposeActionMenu