-
Notifications
You must be signed in to change notification settings - Fork 6
MenuButton
Andrew Sutton edited this page Jan 26, 2024
·
4 revisions
Fui.menuButton [
menuButton.icon (Fui.icon.calendar3DayFilled [])
menuButton.onClick (fun _ -> printfn "menuButton clicked")
menuButton.shape.square
menuButton.menuIcon (Fui.icon.arrowUpFilled [])
menuButton.appearance.secondary
menuButton.size.small
menuButton.text "This is a menu button"
]