Appearance
The DateInput provides a predefined set of appearance options.
Apart from the default vision of the DateInput, these alternative styling options enable you to configure each individual aspect of the appearance of a DateInput.
The following example demonstrates all the available appearance options of the DateInput in a single, configurable demo.
Size
You can set the size of the DateInput through the size property. The DateInput component comes in three different sizes: small, medium (default), and large.
Fill Mode
You can set the fill mode of the DateInput through the fillMode property. The DateInput provides three different fill mode options: solid (default), outline, and flat.
Rounded
You can set the roundness of the DateInput through the rounded property. The DateInput component supports five different degrees of roundness: small, medium (default), large, full, and none.