Skip to content

Commit 9169483

Browse files
committed
Add Formisch to forms npm preset
1 parent fb19d25 commit 9169483

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
@@ -395,6 +395,17 @@ export function getPopularComparisons(): v.InferInput<
395395
packages: [{ name: '@conform-to/dom' }],
396396
color: '#FF5733',
397397
},
398+
{
399+
packages: [
400+
{ name: '@formisch/react' },
401+
{ name: '@formisch/svelte' },
402+
{ name: '@formisch/solid' },
403+
{ name: '@formisch/vue' },
404+
{ name: '@formisch/preact' },
405+
{ name: '@formisch/qwik' },
406+
],
407+
color: '#8B5CF6',
408+
},
398409
],
399410
},
400411
{

0 commit comments

Comments
 (0)