package components type ButtonProps struct { Type string // submit, button, reset Label string Class string } templ Button(props ButtonProps) { }