概要
Provides a comprehensive framework for developing production-ready terminal user interfaces (TUIs) in Go. It implements the Elm architecture and includes battle-tested layout patterns, visual effects like metaballs and rainbow gradients, and a library of reusable components ranging from multi-pane layouts to interactive tables. By enforcing specific 'Golden Rules' for rendering and mouse interaction, it helps developers avoid common pitfalls such as border misalignment and text-wrapping bugs while ensuring cross-terminal compatibility with features like emoji-width fixes.