We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2e4f8 commit b7f76dbCopy full SHA for b7f76db
1 file changed
app/utils/frameworks.ts
@@ -51,6 +51,11 @@ export const SHOWCASED_FRAMEWORKS = [
51
package: '@angular/core',
52
color: 'oklch(0.626 0.2663 310.4)',
53
},
54
+ {
55
+ name: 'solid',
56
+ package: 'solid-js',
57
+ color: 'oklch(0.4237 0.0857 255.45)',
58
+ },
59
]
60
61
export type FrameworkPackageName = (typeof SHOWCASED_FRAMEWORKS)[number]['package']
0 commit comments