Skip to content

Commit 8be8a71

Browse files
Add Formisch to forms npm preset (#972)
Co-authored-by: Sheraff <me@florianpellet.com>
1 parent 8b3e951 commit 8be8a71

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/routes/stats/npm/-comparisons.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,17 @@ export function getPopularComparisons(): v.InferInput<
399399
packages: [{ name: '@conform-to/dom' }],
400400
color: '#FF5733',
401401
},
402+
{
403+
packages: [
404+
{ name: '@formisch/react' },
405+
{ name: '@formisch/svelte' },
406+
{ name: '@formisch/solid' },
407+
{ name: '@formisch/vue' },
408+
{ name: '@formisch/preact' },
409+
{ name: '@formisch/qwik' },
410+
],
411+
color: '#8B5CF6',
412+
},
402413
],
403414
},
404415
{

0 commit comments

Comments
 (0)