Skip to content

Commit 36b2b90

Browse files
committed
docs: clarify svg usage in ImageWidget
1 parent c96f4af commit 36b2b90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/docs/primitives/image-widget.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar_position: 4
66

77
Widget for displaying different types of images, including network images, `data:/image` images, and static resources.
88

9+
:::warning SVG
10+
If you need to use an SVG, use the [`SvgWidget`](./svg-widget.md)
11+
:::
12+
913
## Usage
1014

1115
```tsx

0 commit comments

Comments
 (0)