# Widget Showcase Tour of every major UI widget category. ```{raw} html ▶ Run in browser ``` **Tags:** `ui` Drives every widget category with simulated mouse/keyboard input, tests interactive states, showcases 2D canvas drawing, and doubles as a headless integration test. Run: uv run python examples/features/ui/widget_showcase.py uv run python examples/features/ui/widget_showcase.py --test uv run python examples/features/ui/widget_showcase.py --mode 2 ## Source ```{literalinclude} ../../examples/features/ui/widget_showcase.py :language: python :linenos: ```