@await Html.PartialAsync("~/Components/Molecules/TextArea/TextArea.cshtml", new TextAreaProps
{
"Id": "",
"Alias": "",
"Name": "bio",
"AriaLabel": "",
"AriaDescribedBy": "",
"Placeholder": "",
"Value": "This is some pre-filled text content.",
"Rows": 6,
"Required": false,
"Disabled": false,
"MaxLength": null,
"Size": "large",
"HasError": false,
"Autocomplete": "",
"DataVal": false,
"DataValRequired": "",
"DataValRegex": "",
"DataValRegexPattern": "",
"DataUmb": "",
"Spellcheck": "",
"ReadOnly": false,
"Title": ""
})