0.4.0 • Published 2 years ago

preact-mask-icon v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

prmi

Usage

import { h, Fragment } from 'preact';
import { ReactMask } from 'preact-mask-icon';

function PreactPhoneMask(props) {
  return (
    <ReactMask
      value={phone || ''}
      onChange={setPhone}
      disabled={disabledPhone}
      classnames={{
        container: styles.reactMaskContainer,
        select: styles.select,
        selectTitle: styles.selectTitle,
        selectImg: styles.dropdownElementImage,
        input: styles.input,
        dropdown: styles['dropdownMenu'],
        dropdownMenuElement: styles['dropdownMenuElement'],
        dropdownElementImg: styles['dropdownElementImage'],
        dropdownElementCountryName: styles['countyName'],
        dropdownElementLabel: styles['countyLabel'],
      }}
      dataTestIds={{
        mainInput: LOCATORS.PASSWORD_INPUT,
        container: LOCATORS.MASK_CONTAINER,
        select: LOCATORS.MASK_SELECT,
        selectTitle: LOCATORS.MASK_SELECT_TITLE,
        input: LOCATORS.MASK_INPUT,
        dropdown: LOCATORS.MASK_DROPDOWN,
        dropdownMenuElement: LOCATORS.dropdownMenuElement,
        dropdownElementImg: LOCATORS.dropdownElementImg,
        dropdownElementCountryName: LOCATORS.dropdownElementCountryName,
        dropdownElementLabel: LOCATORS.dropdownElementLabel,
        selectImg: LOCATORS.MASK_SELECT_IMG,
        containerError: LOCATORS.MASK_CONTAINER_ERROR,
      }}
    />
  )
}
0.3.9

2 years ago

0.3.6

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.4.0

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago