Components
Menu
Menus display a list of actions that can be performed on a selected item.
PopoverL( renderTarget = (open, isOpened) => { ButtonL( style = _.Full(isSelected = isOpened, icon = _.EllipsisHorizontal), onClick = open.contramap(_ => ()) )() }, renderContent = _ => { MenuL( Seq( MenuItemL(icon = _.Share)("Share"), MenuItemL(icon = _.Eye)("Preview"), MenuItemL(icon = _.Download)("Download"), ) ) }, position = _.BottomLeft)()