Creates HTML for a horizontal row of input widgets.
Usage
render_input_row(inputs, style = "boxed", align = "center")
Arguments
- inputs
List of input specifications (each should have the same
parameters as render_input)
- style
Visual style: "boxed" (default) or "inline" (compact)
- align
Alignment: "center" (default), "left", or "right"