primitives
label
Label
Semantic form label.
$
Component docs
ndui add label
Semantic labels
Source
<Label For="email">Email</Label>
<Input id="email" type="email" />
<Label For="password" Required="true">Password</Label>
<Input id="password" type="password" />