-
Notifications
You must be signed in to change notification settings - Fork 4
Tooltip
Andrew Sutton edited this page Jan 26, 2024
·
2 revisions
let tooltip =
Fui.tooltip [
tooltip.withArrow true
tooltip.content (
Fui.text "Example tooltip"
)
tooltip.relationship.label
tooltip.children (
Fui.button [
button.size.large
button.icon (
Fui.icon.slideTextRegular []
)
]
)
]