whcb-contact-form
v0.0.8
Published
Basic React Contact Form
Downloads
11
Readme
whcb-contact-form
Directly run and render a contact form on the element whose id = "root--contact-form"
import 'whcb-contact-form/build/js/tr.initialize'
import 'whcb-contact-form/build/js/en.initialize'
Or get the component and render the way you like
import SupportComponent from 'whcb-contact-form/build/js/tr.index.js'
reactDom.render((
<SupportComponent/>
), document.getElementById('root--contact-form'))