https://github.com/antoniowd/react-jotform
A React component to embed the Jotform iframe
https://github.com/antoniowd/react-jotform
iframe-embeds jotform reactjs
Last synced: 10 months ago
JSON representation
A React component to embed the Jotform iframe
- Host: GitHub
- URL: https://github.com/antoniowd/react-jotform
- Owner: antoniowd
- Created: 2021-04-08T19:12:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T20:32:38.000Z (over 4 years ago)
- Last Synced: 2025-03-24T21:38:32.920Z (over 1 year ago)
- Topics: iframe-embeds, jotform, reactjs
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-jotform
A React component to embed the Jotform iframe [https://www.jotform.com/](https://www.jotform.com/)
This handles the resize mechanism provided by JotForm.
[](https://www.npmjs.com/package/react-jotform)
[](https://github.com/antoniowd/react-jotform/issues)
## Install
```
npm install react-jotform
```
## Usage
```jsx
import Jotform from 'react-jotform';
```
## Props
- src : The url of your jotform, as given in their publish section.
- defaults: An object to define defaults values for the jotform.
- scrolling : A boolean to allow or disallow scrolling. Scrolling is turned off by default.
- title: A title for the jotform.