# react-hubspot-form A React component to render HubSpot forms. ## Installation With npm: ```bash npm install --save react-hubspot-form ``` Or with Yarn: ```bash yarn add react-hubspot-form ``` ## Usage ```jsx import HubspotForm from 'react-hubspot-form' ... console.log('Submit!')} loading={
Loading...
} /> ``` ## Options You can also set any [additional options that HubSpot provides](https://developers.hubspot.com/docs/methods/forms/advanced_form_options) as properties in the component.