forked frompaulrosenzweig/react-hubspot-form
- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
tetrateio/react-hubspot-form
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A React component to render HubSpot forms.
With npm:
npm install --save react-hubspot-form
Or with Yarn:
yarn add react-hubspot-form
importHubspotFormfrom'react-hubspot-form'...<HubspotFormportalId='your_portal_id'formId='your_form_id'onSubmit={()=>console.log('Submit!')}onReady={(form)=>console.log('Form ready!')}loading={<div>Loading...</div>}/>
You can also set anyadditional options that HubSpot provides as properties in the component.
About
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript52.7%
- TypeScript36.2%
- HTML11.1%