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