Renders a form group with a <input> control within an EditForm for text input.
<BsText @bind-Value="@example.Name" Label="Your name" />If you wish to include
As with all control components, any additional attributes are passed to the <input> control, e.g.
<BsText @bind-Value="@example.Name" Label="Your name" placeholder="enter your name" maxlen="32" />