Skip to content

Instantly share code, notes, and snippets.

View wiziple's full-sized avatar

Daewoong Moon wiziple

View GitHub Profile
import React, { useState } from 'react';
import PropTypes from 'prop-types';
import { Input as AntdInput, Button } from 'antd';
import TextMaskInput from 'react-text-mask';
import classNames from 'classnames';
import { Icon } from 'components/UI';
import './Input.less';
const Input = (props) => {
const {