A monorepo containing libraries for seamless form integration with Formspree via Javascript and/or React.
The core and react packages can be installed using your package manager of choice.
npm install @formspree/core
yarn add @formspree/core
pnpm add @formspree/core
Prerequisites
- React 16.8 or higher.
npm install @formspree/react
yarn add @formspree/react
pnpm add @formspree/react
Note: @formspree/core
is a dependency of @formspree/react
, so you don't need to install @formspree/core
separately.
For help and support please see the Formspree React docs.
Please follow our contributing guidelines.