Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-airform

airform23MIT0.0.2TypeScript support: included

Functional HTML forms for React Developers.

🐥, airform, html-forms, forms, mailchimp, mailer, mailgun, saas, sendgrid, sendmail, serverless, smtp, software-as-a-service

readme

Airform - Functional HTML forms for React Developers.

Functional HTML forms for React Developers.

Why it's awesome

What if you could use a service that gives you full control over the form, yet doesn’t require you to use anything on your server? Airform gives you the ability to create functional HTML forms without thinking about servers.

Usage

import Airform from 'react-airform'

<Airform email="your@email.com">
  <input type="text" name="name" />
  <textarea name="message"></textarea>
  <button>Send</button>
</Airform>

Quick Tip: The email attribute defines the email that will receive the form's collected data when it is submitted. The method attribute is post by default. All input, select, textarea elements whitin your form should have a name attribute.

Features

  • No Server Management
  • Automated High Availabilty
  • Zero-Configuration
  • Safe Ship Mode
  • Unlimited Form Submissions
  • Cross Platform Support
  • More Productivity
  • Web Standards
  • Open Source

Packages

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Released under MIT License.