Files
form/docs/installation.md
Tanner Linsley fa750276d5 docs: update
2023-04-28 01:27:58 -06:00

530 B

id, title
id title
installation Installation

TanStack Form is compatible with various front-end frameworks, including React, Solid, Svelte and Vue. To use TanStack Form with your desired framework, install the corresponding adapter via NPM

$ npm i @tanstack/react-form
# or
$ pnpm add @tanstack/solid-form
# or
$ yarn add @tanstack/svelte-form

Depending on your environment, you might need to add polyfills. If you want to support older browsers, you need to transpile the library from node_modules yourselves.