Textarea

Multi-line text input with label and validation states.

Max 280 characters.

Component
@textarea.Textarea(textarea.Props{
    Name:        "bio",
    Label:       "Bio",
    Placeholder: "Tell us about yourself…",
    Helper:      "Max 280 characters.",
    Rows:        4,
})