Skip to content

CompoundButton

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

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