Input

Input renders <input> for a form input.

Input is void: it cannot have children and accepts type, name, value, and placeholder.

Example

Input { type: "email" name: "email" }

Use QTML styling, attribute, and HTMX properties where they are supported.