Phase Input Example =================== Location: ``examples/webapp/phase/`` This example demonstrates the ```` input type. A phase represents a whole page in the interface, enabling multi-step wizard-style workflows. tool.xml -------- .. code-block:: xml phase (rappture2web) python3 @tool/phase.py @driver one two Key concepts ------------ - Each ```` creates a separate page/tab in the input panel. - Phases are useful for complex tools with many inputs that benefit from a guided, multi-step workflow. Running ------- .. code-block:: bash rappture2web examples/webapp/phase/