package ui type FormFieldProps struct { Label string For string Field templ.Component Error string Hint string } templ FormField(props FormFieldProps) {
{ props.Hint }
{ props.Error }