Skip to content

formspree/formspree-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c8334b · Mar 17, 2025
Mar 17, 2025
Feb 19, 2025
Jun 13, 2023
Mar 13, 2025
Mar 17, 2025
Jun 13, 2023
Jul 4, 2023
Sep 6, 2022
Jun 13, 2023
Jun 13, 2023
Jun 28, 2023
Jun 28, 2023
Jul 26, 2023
Jul 4, 2023
Jul 4, 2023
Mar 13, 2025

Repository files navigation

Formspree JS

A monorepo containing libraries for seamless form integration with Formspree via Javascript and/or React.

Installation

The core and react packages can be installed using your package manager of choice.

@formspree/core

npm install @formspree/core

yarn add @formspree/core

pnpm add @formspree/core

@formspree/react

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.

Help and Support

For help and support please see the Formspree React docs.

Contributing

Please follow our contributing guidelines.