1.13.96 • Published 2 years ago

@myntra/uikit-component-input-masked v1.13.96

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

import InputMasked from './src/input-masked'

InputMasked

const [value, setValue] = useState(null);

<InputMasked pattern={`dd"/"dd`} value={value} onChange={setValue} />