react-simple-contact-form
v0.0.1
Published
Simple Contact Form
Downloads
4
Readme
Simple Contact form
Just an easy contact form...
Usage
Include bootstrap https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js
Give a JSON these values:
"contact":{
"header":"Contact",
"mailAddress":"your mail",
"message":"your message",
"sendMessage":"Mail send",
"sendButton":"Send message"
}
use it like:
<ContactForm data={this.props.data} ></ContactForm>
MIT