<Input>
Component
<Input>
is an interactive control in order to accept data from the user.
There are some specialized types of <Input>
with built in validation corresponding to the data type:
<TextInput>
or<Text>
<SearchInput>
or<Search>
<PasswordInput>
or<Password>
<EmailInput>
or<Email>
<TelInput>
or<Tel>
<UrlInput>
or<Url>
<NumberInput>
or<Number>
<TimeInput>
or<Time>
<WeekInput>
or<Week>
<DateInput>
or<Date>
<DateTimeInput>
or<DateTime>
<MonthInput>
or<Month>
Here the demo: