TrueSheet Consumer Guide Use this skill to produce correct, idiomatic code for apps that consume . It covers choosing the right integration pattern, applying the public API correctly, and avoiding platform-specific pitfalls. Quick Start The simplest sheet: a ref, a button, and some content. Choose the Right Control Pattern Pick one based on where the trigger lives relative to the sheet and which platforms you target. | Pattern | When to use | Platform | |---------|------------|----------| | Ref | Trigger and sheet in the same component | All | | Named + global methods | Trigger is far from th…