diff --git a/docs/resources/ui/widgets/built-in-widgets/tooltip.md b/docs/resources/ui/widgets/built-in-widgets/tooltip.md index 1c986fab..54630021 100644 --- a/docs/resources/ui/widgets/built-in-widgets/tooltip.md +++ b/docs/resources/ui/widgets/built-in-widgets/tooltip.md @@ -83,6 +83,36 @@ To achieve this, simply set the **Tooltip Type** to **Component** and select the
+To display dynamic content in tooltips, you can create a wrapper component that accepts a [**WidgetBuilder**](../../components/widget-builder-parameters.md) as a parameter and use this component within the tooltip. + +Here’s exactly how you do it: + +