Skip to content
Andrew Sutton edited this page Jan 26, 2024 · 4 revisions

image

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")
]
Clone this wiki locally