An open API service indexing awesome lists of open source software.

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

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.

[![npm](https://img.shields.io/npm/v/react-jotform.svg)](https://www.npmjs.com/package/react-jotform)
[![GitHub issues](https://img.shields.io/github/issues/antoniowd/react-jotform.svg)](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.