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