This commit is contained in:
Your Name 2024-10-08 18:52:37 -04:00
parent d52d80a556
commit bf4c9ed150
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ func main() {
f.InputClasses = "block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"
f.LabelClasses = "block text-sm font-medium text-gray-700"
f.ErrorClasses = "text-red-800 font-bold"
e := forms.NewElement()
e.Label = "Email Address"
e.Type = "text"