Skip to content

Commit b247d8e

Browse files
authored
chore: add Preact to TanStack Form (#903)
1 parent 1139c83 commit b247d8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libraries/libraries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ export const form: LibrarySlim = {
389389
to: '/form',
390390
tagline: 'Headless UI for building performant and type-safe forms',
391391
description:
392-
'Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, Lit and Svelte.',
392+
'Headless, performant, and type-safe form state management for TS/JS, React, Preact, Vue, Angular, Solid, Lit and Svelte.',
393393
bgStyle: 'bg-yellow-500',
394394
borderStyle: 'border-yellow-500/50',
395395
textStyle: 'text-yellow-500',
@@ -400,7 +400,7 @@ export const form: LibrarySlim = {
400400
badge: 'new',
401401
repo: 'tanstack/form',
402402
corePackageName: '@tanstack/form-core',
403-
frameworks: ['react', 'vue', 'angular', 'solid', 'lit', 'svelte'],
403+
frameworks: ['react', 'preact', 'vue', 'angular', 'solid', 'lit', 'svelte'],
404404
latestVersion: 'v1',
405405
latestBranch: 'main',
406406
availableVersions: ['v1'],

0 commit comments

Comments
 (0)