Cell Widget Example

widget_cell

Demonstrates using Cell objects for granular control over individual character grid units.

Sometimes you need to render specific characters with unique styles outside of standard widgets. The Cell primitive allows you to build custom widgets or inject styled content into Tables.

Features Demonstrated

Hotkeys

Usage

ruby examples/widget_cell/app.rb

Learning Outcomes

Use this example if you need to…

Read the source code β†’