react-mail-form
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

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

Parameter Type Remarks
to string Required
className string Optional
titleMaxLength string / number -
titlePlaceholder string -
contentsRows string / number -
contentsMaxLength string / number -
contentsPlaceholder string -
buttonText string -

Package Sidebar

Install

npm i react-mail-form

Weekly Downloads

6

Version

2.1.0

License

MIT

Unpacked Size

17.9 kB

Total Files

18

Last publish

Collaborators

  • wonism