-
Notifications
You must be signed in to change notification settings - Fork 4
Button
Andrew Sutton edited this page Jan 26, 2024
·
4 revisions
Fui.button [
button.text "Testing"
button.icon (
Fui.icon.accessTimeFilled [
icon.primaryFill "orange"
]
)
button.appearance.primary
button.size.large
button.iconPosition.after
button.shape.circular
button.onClick (fun (_: MouseEvent) -> printfn "hello")
]