forms::tooltip
Structs
Tooltip
A simple hover tooltip that renders slotted content plus a floating text tip.
Properties
tip
Type: Property<String>
Tooltip text.
autosize
Type: Property<bool>
Automatically sizes the trigger wrapper to its slotted content when possible.
autosize_x
Type: Property<Option<bool>>
Optional override for whether autosize manages the x axis.
autosize_y
Type: Property<Option<bool>>
Optional override for whether autosize manages the y axis.