react-hubspot-forms

1.0.1 • Public • Published

react-hubspot-forms

Travis npm package Coveralls

React-hubspot-forms

react-hubspot-forms is a simple, functional way to incorporate Hubspot forms into React-based application.

If you have a Hubspot account and are trying to use their JS library, there's quite a lot of work to do to incorporate it, so we at Dwellsy bundled it into a reusable component to make it more easy to add to pages, ergo more easy to leverage Hubspot's service.

Installation

npm i -S react-hubspot-forms

import { HubspotForm } from 'react-hubspot-forms'

const Form = ({ portal, form }) => {
  <HubspotForm portalId={portalId} formId={form} />
}

Demo

We're using it live in production. Here is a page on Dwellsy.com where we are using it directly.

Package Sidebar

Install

npm i react-hubspot-forms

Weekly Downloads

208

Version

1.0.1

License

MIT

Unpacked Size

12.4 kB

Total Files

11

Last publish

Collaborators

  • dwellsy