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
committed by Roamin
parent a84b1e7c63
commit 56d43e6636
13 changed files with 109 additions and 11 deletions

View File

@@ -136,4 +136,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',
},
];