0.0.8 • Published 6 years ago

whcb-contact-form v0.0.8

Weekly downloads
11
License
ISC
Repository
github
Last release
6 years ago

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'))