// Text input. Pairs with the validation system (name maps to a field). component Input { props { type = "text" name = "" value = "" placeholder = "" class = "" } view { } }