Overlay Example

This example demonstrates the Overlay composition pattern for layering widgets with depth. Modals, notifications, and floating panels all require stacking widgets on top of each other.

Key Concepts

Hotkeys

Usage

ruby examples/widget_overlay/app.rb

Learning Outcomes

Use this example if you need to…

Read the source code β†’