Documentation
¶
Overview ¶
templ: version: v0.3.960
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Textarea ¶
func Textarea(args TextareaArgs) templ.Component
Types ¶
type TextareaArgs ¶
type TextareaArgs struct {
Class string // Additional CSS classes
Placeholder string // Placeholder text
Value string // Textarea value
Name string // Textarea name attribute
ID string // Textarea ID attribute
FormID string // Form ID for automatic data-bind (optional)
Rows int // Number of rows (default: 4)
Disabled bool // Whether textarea is disabled
Required bool // Whether textarea is required
Borderless bool // Whether to remove border and focus styles
Attributes templ.Attributes // Additional HTML attributes
}
Click to show internal directories.
Click to hide internal directories.