pub fn render_form(
f: &mut Frame<'_>,
area: Rect,
state: &FormState,
theme: &Theme,
)Expand description
Render a form inside area, applying the default styling.
This thin wrapper preserves the original public API; use
render_form_with for error messages and style overrides.