package ui type InputProps struct { ID string Name string Value string Placeholder string Type string Attrs templ.Attributes } templ Input(props InputProps) { }