0.0.1 • Published 9 years ago

react-simple-contact-form v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

0.0.1

9 years ago