Skip to content

Commit b7f76db

Browse files
feat: add solid to framework list (#1288)
1 parent 1d2e4f8 commit b7f76db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/utils/frameworks.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ export const SHOWCASED_FRAMEWORKS = [
5151
package: '@angular/core',
5252
color: 'oklch(0.626 0.2663 310.4)',
5353
},
54+
{
55+
name: 'solid',
56+
package: 'solid-js',
57+
color: 'oklch(0.4237 0.0857 255.45)',
58+
},
5459
]
5560

5661
export type FrameworkPackageName = (typeof SHOWCASED_FRAMEWORKS)[number]['package']

0 commit comments

Comments
 (0)