Skip to content

Commit 25f9e04

Browse files
committed
add drag & drop arcade to widget properties page.
1 parent 3cf9f7a commit 25f9e04

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/resources/ui/widgets/widget-properties.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,34 @@ sidebar_position: 2
88

99
In FlutterFlow, the Properties Panel on the right helps you configure and manage your widgets. It opens when you click on a widget or [component](../components/intro-components.md) in the [**Widget Tree**](../widgets/intro-widgets.md#widget-tree).
1010

11+
Here's a quick demo showing how to add a widget to the canvas, which opens the widget properties panel on the right, allowing you to update the widget's properties:
12+
13+
<div style={{
14+
position: 'relative',
15+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
16+
height: 0,
17+
width: '100%'
18+
}}>
19+
<iframe
20+
src="https://demo.arcade.software/pHghP4lV54SC3RqwCWBt?embed&show_copy_link=true"
21+
title=""
22+
style={{
23+
position: 'absolute',
24+
top: 0,
25+
left: 0,
26+
width: '100%',
27+
height: '100%',
28+
colorScheme: 'light'
29+
}}
30+
frameborder="0"
31+
loading="lazy"
32+
webkitAllowFullScreen
33+
mozAllowFullScreen
34+
allowFullScreen
35+
allow="clipboard-write">
36+
</iframe>
37+
</div>
38+
1139
The panel is divided into sections, each focusing on settings specific to the selected widget. The available options may vary depending on the widget type, with additional advanced configurations available for further customization.
1240

1341
![advanced-configs-widgets.png](../imgs/advanced-configs-widgets.png)

0 commit comments

Comments
 (0)