@@ -139,16 +139,6 @@ const FEATURED: {
139
139
{ name : 'typewriter-editor' }
140
140
]
141
141
} ,
142
- {
143
- title : 'Icons' ,
144
- packages : [
145
- { name : '@iconify/tailwind4' } ,
146
- { name : '@unocss/preset-icons' } ,
147
- { name : '@lucide/svelte' , description : 'Beautiful and consistent icons' } ,
148
- { name : 'svelte-awesome' , description : 'Font Awesome icons for Svelte' } ,
149
- { name : 'phosphor-svelte' , description : 'A clean and friendly icon family' }
150
- ]
151
- } ,
152
142
{
153
143
title : 'Data visualization' ,
154
144
packages : [
@@ -219,16 +209,6 @@ const FEATURED: {
219
209
}
220
210
]
221
211
} ,
222
- {
223
- title : 'Testing and devtools' ,
224
- packages : [
225
- { name : '@testing-library/svelte' , description : 'Testing utilities for DOM interaction' } ,
226
- { name : 'playwright' , description : 'Browser automation for end-to-end testing' } ,
227
- { name : 'vitest' } ,
228
- { name : 'svelte-render-scan' , description : 'Visual debugging tool' } ,
229
- { name : 'svelte-inspect-value' , description : 'Value inspector component' }
230
- ]
231
- } ,
232
212
{
233
213
title : 'Internationalization (i18n)' ,
234
214
packages : [
@@ -321,6 +301,35 @@ const FEATURED: {
321
301
}
322
302
]
323
303
} ,
304
+ {
305
+ title : 'Devtools' ,
306
+ packages : [
307
+ { name : 'svelte-render-scan' , description : 'Visual debugging tool' } ,
308
+ { name : 'svelte-inspect-value' , description : 'Value inspector component' }
309
+ ]
310
+ } ,
311
+ {
312
+ title : 'Testing' ,
313
+ description :
314
+ 'You might find the <a href="/docs/cli">Svelte CLI</a> and <a href="/docs/svelte/testing">documentation about testing</a> to be helpful during setup' ,
315
+ packages : [
316
+ { name : '@testing-library/svelte' , description : 'Testing utilities for DOM interaction' } ,
317
+ { name : 'playwright' , description : 'Browser automation for end-to-end testing' } ,
318
+ { name : 'vitest' }
319
+ ]
320
+ } ,
321
+ {
322
+ title : 'Icons' ,
323
+ description :
324
+ 'Read the <a href="/docs/kit/icons">documentation about icons</a> when choosing how to handle icons in Svelte' ,
325
+ packages : [
326
+ { name : '@iconify/tailwind4' } ,
327
+ { name : '@unocss/preset-icons' } ,
328
+ { name : '@lucide/svelte' , description : 'Beautiful and consistent icons' } ,
329
+ { name : 'svelte-awesome' , description : 'Font Awesome icons for Svelte' } ,
330
+ { name : 'phosphor-svelte' , description : 'A clean and friendly icon family' }
331
+ ]
332
+ } ,
324
333
{
325
334
title : 'Routing' ,
326
335
description :
0 commit comments