react-js-email-input
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

react-email-input

React Email Input provides dropdown having mailserver names and top level domains to pick and help in typing email faster and easier Email Input for ReactJS for better UX

Prop Type Default Description
value string "" Default value of the input component
onChange Function undefined onChange handler for the input component
tlds string[] ["com", "net", "org", "in", "uk"] top level domains that are shown after user enters "@" in the inupt field
mails string[] ["gmail", "baidu", "yahoo", "hotmail"] mails that are shown after user enters "." in the inupt field
buttonClassName string "" className for the ListButton component
buttonStyle React.CSSProperties {} style for the ListButton component
listClassName string "" className for the List component
listStyle React.CSSProperties {} style for the List component
...rest InputProps {} Rest HTML Input Props excluding type and inputMode

/react-js-email-input/

    Package Sidebar

    Install

    npm i react-js-email-input

    Weekly Downloads

    2

    Version

    0.0.2

    License

    GPL-3.0

    Unpacked Size

    789 kB

    Total Files

    37

    Last publish

    Collaborators

    • anmol-fzr