module RatatuiRuby::TUI::WidgetFactories

Widget factory methods for Session.

Provides convenient access to all Widgets::* classes without fully qualifying the class names. This is the largest mixin, covering all renderable UI components.

All factories use DWIM hash coercion: both ‘tui.table(hash)` and `tui.table(**hash)` work correctly.