feat: add SolidJS starter template and update icon files

- Introduced a new SolidJS starter template with relevant metadata including description, tags, and GitHub repository link.
- Updated the FrameworkLink component to enhance the hover effect with grayscale transition.
- Replaced multiple SVG icons with updated versions for Angular, Astro, Qwik, React, Remix, Slidev, Svelte, TypeScript, Vite, and Vue, ensuring improved visuals and consistency across the application.
This commit is contained in:
xKevIsDev
2025-07-09 00:24:07 +01:00
parent a9b0ae682f
commit bab2c66fa4
13 changed files with 109 additions and 11 deletions

View File

@@ -129,4 +129,12 @@ export const STARTER_TEMPLATES: Template[] = [
tags: ['angular', 'typescript', 'frontend', 'spa'],
icon: 'i-bolt:angular',
},
{
name: 'SolidJS',
label: 'SolidJS Tailwind',
description: 'Lightweight SolidJS starter template for building fast static websites',
githubRepo: 'xKevIsDev/solidjs-ts-tw',
tags: ['solidjs'],
icon: 'i-bolt:solidjs',
},
];