Next: (hygguile components notification), Previous: (hygguile components icon), Up: API
Construct an HTML <input> component with a matching label.
The descriptive text string displaying the identity of the field.
The name mapping configuration string bound onto form serialization attributes.
The standard default textual configuration payload string.
The ambient string text descriptive hint applied when the field boundary is unpopulated.
A configuration symbol managing browser input rendering choices (e.g.,
'text, 'password).
A boolean property indicating if form verification forces evaluation validation.
List of symbols representing layout utility CSS classes for the input field.
List of symbols representing presentation utility CSS classes for the label field.
List of symbols regulating structure container box margins and gaps.
(input #:label "Email Address" #:name "email" #:type 'email #:required #t)
Construct an HTML <textarea> multiline field block.
The explicit header string informing users of required field contexts.
The unique string structural identifier mapping the entity across standard DOM tables.
The initial text block paragraph payload string nested inside the block.
A field completion mandatory requirement boolean validation gate switch.
List of symbols targeting specific dimensions and borders configuration styles.
List of symbols handling sizing constraints applied onto the matching label tags.
List of symbols managing outer wrapper responsive card flex constraints.
(textarea #:label "User Bio" #:name "biography" #:value "Born in Scheme...")
Next: (hygguile components notification), Previous: (hygguile components icon), Up: API