package ui type TextareaProps struct { ID string Name string Value string Placeholder string Rows int Disabled bool Required bool Attrs templ.Attributes } templ Textarea(props TextareaProps) { }