The DateInput component draws a basic element for date input.

Basic example:

<DateInput
placeholder="Select your birthdate"
value={this.state.name}
onChange={value => {
this.setState({ name: value })
}}
/>

Param

DateInput Properties

Has Children

Hierarchy