8000 GitHub - formspree/formspree-js: The fastest way to hook up a React form
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

formspree/formspree-js

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.

0