N
primitives label

Label

Semantic form label.

$ ndui add label
Component docs

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" />