primitives
input
Input
Text input with label + icon + error slots.
$
Component docs
ndui add input
Basic
Source
<Input Label="Email" Type="email" Placeholder="you@noundry.com" />
<Input Label="API key" Required="true" Hint="Treat like a password.">
<LeadingIcon><Icon Name="key" /></LeadingIcon>
</Input>
<Input Label="Slug" @bind-Value="Model.Slug"
Error="@Model.SlugError" />