From b5e3cf9311f09cafeff89362624a7082fa89fda6 Mon Sep 17 00:00:00 2001 From: Carlos Jimenez Date: Tue, 23 Jun 2026 11:35:58 -0700 Subject: [PATCH] docs(installation): list all framework adapters in intro The installation doc's intro listed only React, Vue, and Solid, but the adapter table immediately below includes six frameworks: React, Vue, Angular, Solid, Lit, and Svelte. Updated the intro to match the actual list of supported frameworks so newcomers don't think only three frameworks are supported. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d132be87e..e23e6ecd9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -3,7 +3,7 @@ id: installation title: Installation --- -TanStack Form is compatible with various front-end frameworks, including React, Vue, and Solid. Install the corresponding adapter for your framework using your preferred package manager: +TanStack Form is compatible with various front-end frameworks, including React, Vue, Angular, Solid, Lit, and Svelte. Install the corresponding adapter for your framework using your preferred package manager: