Skip to content

Commit 699868d

Browse files
authored
feat: add storybook to the framework list (#1649)
1 parent 40d1964 commit 699868d

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
@@ -66,6 +66,11 @@ export const SHOWCASED_FRAMEWORKS = [
6666
package: '@tanstack/react-start',
6767
color: 'oklch(60.9% .126 221.723)',
6868
},
69+
{
70+
name: 'storybook',
71+
package: 'storybook',
72+
color: 'oklch(67.88% 0.2222 5.18)',
73+
},
6974
]
7075

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

0 commit comments

Comments
 (0)