The Telerik UI for ASP.NET Core TextBox is a generic text input field. It is similar to, but more powerful than the standard HTML <input> since it also provides features like easy styling, built-in labels and even support for floating labels!
See the ASP.NET Core TextBox demo
One staple of Material Design is floating labels – those are labels for input-elements which initially reside in the element itself but when one starts typing, they “float” above them. Floating labels might be tricky to implement correctly for every browser and device, but with Telerik UI for ASP.NET Core TextBox you get them built-in.
Check out how to enable the ASP.NET Core TextBox floating label
Not every language in the world is the same but we do our best to support them all. The Telerik UI for ASP.NET Core TextBox supports RTL languages like Hebrew and Arabic so you can build a truly global application.
The TextBox can be used equally well with a mouse or a keyboard. Screen reader users can also interact with the TextBox as it comes with ARIA compatibility – an absolute must for a modern application.