@@ -34,6 +34,29 @@ public function findAll(?string $query = null): array
34
34
->setDocsLink ('https://turbo.hotwired.dev/handbook/introduction ' , 'Documentation specifically for the Turbo JavaScript library. ' )
35
35
->setScreencastLink ('https://symfonycasts.com/screencast/turbo ' , 'Go deep into all 3 parts of Turbo. ' ),
36
36
37
+ new UxPackage (
38
+ 'icons ' ,
39
+ 'UX Icons ' ,
40
+ 'app_icons ' ,
41
+ '#fff ' ,
42
+ 'linear-gradient(to bottom right, cyan, purple) ' ,
43
+ 'SVG icons made easy ' ,
44
+ 'Render SVG icons seamlessly from your Twig templates. ' ,
45
+ 'I need to render SVG icons. ' ,
46
+ 'icons.svg ' ,
47
+ ),
48
+
49
+ new UxPackage (
50
+ 'twig-component ' ,
51
+ 'Twig Components ' ,
52
+ 'app_twig_component ' ,
53
+ '#7FA020 ' ,
54
+ 'linear-gradient(95deg, #7FA020 -5%, #A1C94E 105%) ' ,
55
+ 'Render Reusable UI Elements ' ,
56
+ 'Create PHP classes that can render themselves ' ,
57
+ 'I need to create PHP classes that render '
58
+ ),
59
+
37
60
new UxPackage (
38
61
'live-component ' ,
39
62
'Live Components ' ,
@@ -57,15 +80,15 @@ public function findAll(?string $query = null): array
57
80
),
58
81
59
82
new UxPackage (
60
- 'icons ' ,
61
- 'UX Icons ' ,
62
- 'app_icons ' ,
63
- '#fff ' ,
64
- 'linear-gradient(to bottom right, cyan, purple ) ' ,
65
- 'SVG icons made easy ' ,
66
- ' Render SVG icons seamlessly from your Twig templates. ' ,
67
- 'I need to render SVG icons. ' ,
68
- 'icons .svg ' ,
83
+ 'translator ' ,
84
+ 'Translator ' ,
85
+ 'app_translator ' ,
86
+ '#2248D0 ' ,
87
+ 'linear-gradient(139deg, #2248D0 -20%, #00FFB2 113% ) ' ,
88
+ 'Symfony Translations in JavaScript ' ,
89
+ " Use Symfony's translations in JavaScript " ,
90
+ 'I need to translate strings in JavaScript ' ,
91
+ 'translator .svg '
69
92
),
70
93
71
94
(new UxPackage (
@@ -140,17 +163,6 @@ public function findAll(?string $query = null): array
140
163
'I need to delay large image loading '
141
164
),
142
165
143
- new UxPackage (
144
- 'twig-component ' ,
145
- 'Twig Components ' ,
146
- 'app_twig_component ' ,
147
- '#7FA020 ' ,
148
- 'linear-gradient(95deg, #7FA020 -5%, #A1C94E 105%) ' ,
149
- 'Render Reusable UI Elements ' ,
150
- 'Create PHP classes that can render themselves ' ,
151
- 'I need to create PHP classes that render '
152
- ),
153
-
154
166
new UxPackage (
155
167
'dropzone ' ,
156
168
'Stylized Dropzone ' ,
@@ -207,18 +219,6 @@ public function findAll(?string $query = null): array
207
219
'I need to type onto the screen... like this '
208
220
))
209
221
->setDocsLink ('https://github.com/mattboldt/typed.js/ ' , 'Typed.js documentation ' ),
210
-
211
- new UxPackage (
212
- 'translator ' ,
213
- 'Translator ' ,
214
- 'app_translator ' ,
215
- '#2248D0 ' ,
216
- 'linear-gradient(139deg, #2248D0 -20%, #00FFB2 113%) ' ,
217
- 'Symfony Translations in JavaScript ' ,
218
- "Use Symfony's translations in JavaScript " ,
219
- 'I need to translate strings in JavaScript ' ,
220
- 'translator.svg '
221
- ),
222
222
];
223
223
224
224
if (!$ query ) {
0 commit comments