@waltoss/react-multi-email
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

react-multi-email

React input for parsing emails

NPM JavaScript Style Guide

Install

npm install --save react-multi-email

Usage

import React, { Component } from 'react'

import MyComponent from 'react-multi-email'
import 'react-multi-email/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © waltoss

Readme

Keywords

none

Package Sidebar

Install

npm i @waltoss/react-multi-email

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

46 kB

Total Files

12

Last publish

Collaborators

  • waltoss