Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-wufoo-embed

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-wufoo-embed

React Wufoo Embed

  • 0.1.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
499
increased by91.19%
Maintainers
1
Weekly downloads
 
Created
Source

Wufoo logo

A quick way to use Wufoo Forms in your React Application.

Build Status

Demo & Examples

Live demo: seethroughtrees.github.io/react-wufoo-embed

Installation

Install the component from npm.

npm install react-wufoo-embed --save

Usage

Import the component and add the required attributes, that's it!

var WufooForm = require('react-wufoo-embed');

<WufooForm userName="*your username*" formHash="*your formId*" />

You can also get the embed code directly from the 'Share tab' in the Wufoo Admin

Properties

userName [String] required - Your Wufoo username.

formHash [String] required - The FormId of your Wufoo Form.

header [String] default: 'show' - 'show' or 'hide' the header of your form.

autoResize [String] default: true - Auto size the height of your form.

height [String] - Override the height of your form if autoResize is set to false.

async [Bool] default: true - Disable async loading of your form.

ssl [Bool] default: true - Disable this if you want to force non-secure http.

==============

Thanks

Huge thanks to Jed Watson for making https://github.com/JedWatson/generator-react-component.
A super easy way to start components.

Contributions

Pull requests are always welcomed. Just make sure to create an issue first, and set the PR to the 'upstream' branch instead of Master. Thanks!

Copyright (c) 2015 seethroughtrees.

Keywords

FAQs

Package last updated on 24 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc