We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d313d0 commit 5724c84Copy full SHA for 5724c84
1 file changed
src/pages/Resources/Utilities.data.ts
@@ -2637,6 +2637,17 @@ const utilities: Array<Resource> = [
2637
type: PackageType.Package,
2638
categories: [ResourceCategory.UI],
2639
},
2640
+ {
2641
+ link: 'https://github.com/thednp/vite-solid-svg',
2642
+ title: 'vite-solid-svg',
2643
+ description: 'The fastest Vite plugin that transforms SVG files into SolidJS Components',
2644
+ author: 'thednp',
2645
+ author_url: 'https://github.com/thednp',
2646
+ keywords: ['vite', 'svg'],
2647
+ official: false,
2648
+ type: PackageType.Package,
2649
+ categories: [ResourceCategory.Plugins],
2650
+ },
2651
{
2652
link: 'https://corvu.dev/docs/utilities/dismissible/',
2653
title: 'solid-dismissible',
0 commit comments