CompoundButton - sydsutton/FS.FluentUI GitHub Wiki

image

Fui.compoundButton [
    compoundButton.appearance.primary
    compoundButton.text "This should be the main text"
    compoundButton.secondaryContent "This should be the secondary text"
    compoundButton.icon (Fui.icon.calendarMonthRegular [])
    compoundButton.size.large
    compoundButton.as'.button
]