|  | 
| 1 | 1 | # Email Autocomplete Hook | 
| 2 | 2 | 📬 A React hook for email autocomplete inputs | 
| 3 | 3 | 
 | 
|  | 4 | +<p align="center"> | 
|  | 5 | + <a href="https://github.com/alex-cory/use-email-autocomplete/pulls"> | 
|  | 6 | +  <img src="https://camo.githubusercontent.com/d4e0f63e9613ee474a7dfdc23c240b9795712c96/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667" /> | 
|  | 7 | + </a> | 
|  | 8 | + <a href="https://www.npmjs.com/package/use-email-autocomplete"> | 
|  | 9 | +  <img src="https://img.shields.io/npm/dt/use-email-autocomplete.svg" /> | 
|  | 10 | + </a> | 
|  | 11 | + <a href="https://lgtm.com/projects/g/alex-cory/use-email-autocomplete/context:javascript"> | 
|  | 12 | +  <img src="https://img.shields.io/lgtm/grade/javascript/g/alex-cory/use-email-autocomplete.svg?logo=lgtm&logoWidth=18"/> | 
|  | 13 | + </a> | 
|  | 14 | + <a href="https://bundlephobia.com/result?p=use-email-autocomplete"> | 
|  | 15 | +  <img alt="undefined" src="https://img.shields.io/bundlephobia/minzip/use-email-autocomplete.svg"> | 
|  | 16 | + </a> | 
|  | 17 | +<!-- <a href="https://greenkeeper.io/"> | 
|  | 18 | + <img src="https://badges.greenkeeper.io/alex-cory/use-email-autocomplete.svg"> | 
|  | 19 | + </a> --> | 
|  | 20 | +<!-- <a href="https://github.com/alex-cory/use-email-autocomplete/blob/master/license.md"> | 
|  | 21 | + <img alt="undefined" src="https://img.shields.io/github/license/alex-cory/use-email-autocomplete.svg"> | 
|  | 22 | + </a> --> | 
|  | 23 | + <a href="https://codeclimate.com/github/alex-cory/use-email-autocomplete/maintainability"> | 
|  | 24 | +  <img src="https://api.codeclimate.com/v1/badges/e661bf6aa5e4d64502c6/maintainability" /> | 
|  | 25 | + </a> | 
|  | 26 | + <a href="https://snyk.io/test/github/alex-cory/use-email-autocomplete?targetFile=package.json"> | 
|  | 27 | +  <img src="https://snyk.io/test/github/alex-cory/use-email-autocomplete/badge.svg?targetFile=package.json" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/alex-cory/use-email-autocomplete?targetFile=package.json" style="max-width:100%;"> | 
|  | 28 | + </a> | 
|  | 29 | + <a href="https://www.npmjs.com/package/use-email-autocomplete"> | 
|  | 30 | +  <img src="https://img.shields.io/npm/v/use-email-autocomplete.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/alex-cory/use-email-autocomplete?targetFile=package.json" style="max-width:100%;"> | 
|  | 31 | + </a> | 
|  | 32 | +<!-- <a href="https://circleci.com/gh/alex-cory/use-email-autocomplete"> | 
|  | 33 | + <img src="https://img.shields.io/circleci/project/github/alex-cory/use-email-autocomplete/master.svg" /> | 
|  | 34 | + </a> --> | 
|  | 35 | +</p> | 
|  | 36 | + | 
| 4 | 37 | This should work with all other libraries including `material-ui` and others. | 
| 5 | 38 | Play with it [here](https://alex-cory.github.io/email-autocomplete-input/)! | 
| 6 | 39 | 
 | 
|  | 
0 commit comments