You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/library/data-display/callout.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ CalloutRoot: |
19
19
20
20
```python exec
21
21
import reflex as rx
22
+
from pcweb.pages import docs
22
23
```
23
24
24
25
# Callout
@@ -29,7 +30,7 @@ A `callout` is a short message to attract user's attention.
29
30
rx.callout("You will need admin privileges to install and access this application.", icon="info")
30
31
```
31
32
32
-
The `icon` prop allows an icon to be passed to the `callout` component. See the [**icon** component for all icons that are available.](/docs/library/datadisplay/icon/)
33
+
The `icon` prop allows an icon to be passed to the `callout` component. See the [**icon** component for all icons that are available.]({docs.library.data_display.icon.path})
0 commit comments