1.0.1 • Published 1 year ago

email-domain-suggest v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
1 year ago

Email Domain Suggest

A simple JavaScript library that suggests common email domains as the user types an email address.

Installation

You can install this package using Yarn or npm.

Using Yarn

yarn add email-domain-suggest

Using npm

npm install email-domain-suggest

Usage First, import the mailDomainSuggest function from the package.

import { mailDomainSuggest } from 'email-domain-suggest';

// Select your email input element const emailInput = document.getElementById('your-email-input');

// Initialize the email domain suggestion mailDomainSuggest(emailInput);

Make sure you have an email input element in your HTML.

1.0.1

1 year ago

1.0.0

1 year ago

1.0.4

9 years ago