@await Html.PartialAsync("~/Components/Atoms/DateInput/DateInput.cshtml", new DateInputProps
{
"AriaLabel": "",
"AriaDescribedBy": "",
"DayName": "day",
"MonthName": "month",
"YearName": "year",
"DayId": "",
"MonthId": "",
"YearId": "",
"DayValue": "",
"MonthValue": "",
"YearValue": "",
"HasError": false,
"Required": false,
"Disabled": false,
"ReadOnly": false,
"Size": "small",
"DayPlaceholder": "DD",
"MonthPlaceholder": "MM",
"YearPlaceholder": "YY",
"DataUmb": "",
"DataVal": false,
"DataValRequired": ""
})