react-dotmailer
v1.0.6
Published
React component for embedding dotmailer forms
Downloads
2
Readme
React Dotmailer
Short Description
This module is used for embedding your Dotmailer forms into a component.
Getting started
yarn add react-dotmailer
npm install --save react-dotmailer
Usage
Basic
import Dotmailer from 'react-dotmailer';
render(){
return(
<Dotmailer src="//r2.dotmailer-surveys.com/embed/script/YOUR_FORM_ID" id="YOUR_FORM_ID" />
)
}