Documentation
¶
Overview ¶
templ: version: v0.3.960
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InputArgs ¶
type InputArgs struct {
Type string // Input type (text, password, email, etc.)
Class string // Additional CSS classes
Placeholder string // Placeholder text
Value string // Input value
Name string // Input name attribute
ID string // Input ID attribute
FormID string // Form ID for automatic data-bind (optional)
Disabled bool // Whether input is disabled
Required bool // Whether input is required
Attributes templ.Attributes // Additional HTML attributes
}
Click to show internal directories.
Click to hide internal directories.