meiremans / REACT-SimpleContactForm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%