2.1.0 • Published 4 years ago

react-mail-form v2.1.0

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

react-mail-form

React component for simple contact form with zero dependencies

Getting Started

$ npm i -S react-mail-form

Development

$ npm run dev

Production Bundle

$ npm run build

How to Use

import ReactContactForm from 'react-mail-form';

<ReactContactForm to="address@gmail.com" />

Parameters

ParameterTypeRemarks
tostringRequired
classNamestringOptional
titleMaxLengthstring / number-
titlePlaceholderstring-
contentsRowsstring / number-
contentsMaxLengthstring / number-
contentsPlaceholderstring-
buttonTextstring-