Skip to content

CompoundButton

Andrew Sutton edited this page Sep 17, 2023 · 4 revisions
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