We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8b68e commit 36dd4c9Copy full SHA for 36dd4c9
astro.config.mjs
@@ -27,20 +27,36 @@ const widgets = [
27
'Window',
28
'Box',
29
'Button',
30
+ 'Calendar',
31
'CenterBox',
32
'CircularProgress',
33
+ 'ColorButton',
34
+ 'DrawingArea',
35
'Entry',
36
'EventBox',
37
+ 'FileChooserButton',
38
+ 'Fixed',
39
+ 'FlowBox',
40
+ 'FontButton',
41
'Icon',
42
'Label',
- 'Overlay',
43
+ 'LevelBar',
44
+ 'ListBox',
45
+ 'Menu',
46
+ 'MenuBar',
47
+ 'MenuItem',
48
+ 'OverLay',
49
'ProgressBar',
- 'Revealer',
50
+ 'Reveale',
51
'Scrollable',
52
+ 'Separator',
53
'Slider',
54
+ 'SpinButton',
55
+ 'Spinner',
56
'Stack',
- 'Menu',
- 'MenuItem',
57
+ 'Switch',
58
+ 'ToggleButton',
59
+
60
];
61
62
// https://astro.build/config
0 commit comments