@await Html.PartialAsync("~/Components/Atoms/TextInput/TextInput.cshtml", new TextInputProps
{
"Label": "Form field label",
"HelpText": "Help text",
"Placeholder": "Enter custom amount",
"Prefix": "\u00A3",
"ErrorMessage": "",
"Name": "",
"Id": "",
"Value": "",
"HasError": false,
"ShowLabel": true,
"ShowHelpText": true,
"ShowPrefix": true,
"InputType": "text",
"Required": false,
"Disabled": false,
"Size": "small",
"MaxLength": null,
"Autocomplete": "",
"DataVal": false,
"DataValRequired": "",
"DataValRegex": "",
"DataValRegexPattern": "",
"DataValConfirmPassword": "",
"DataValConfirmPasswordValue": "",
"DataUmb": "",
"Spellcheck": "",
"Inputmode": "",
"Min": "",
"Max": "",
"Step": "",
"Pattern": "",
"ReadOnly": false,
"Title": "",
"DataAutocomplete": "",
"AriaLabel": "",
"AriaDescribedBy": "",
"CssClass": ""
})