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 40d1964 commit 16fd49dCopy full SHA for 16fd49d
1 file changed
app/utils/frameworks.ts
@@ -66,6 +66,11 @@ export const SHOWCASED_FRAMEWORKS = [
66
package: '@tanstack/react-start',
67
color: 'oklch(60.9% .126 221.723)',
68
},
69
+ {
70
+ name: 'storybook',
71
+ package: 'storybook',
72
+ color: 'oklch(67.88% 0.2222 5.18)',
73
+ },
74
]
75
76
export type FrameworkPackageName = (typeof SHOWCASED_FRAMEWORKS)[number]['package']
0 commit comments