Skip to content

Widgets

MeowLynxSea edited this page Jan 24, 2026 · 5 revisions

Widgets

This is an index of Widgets exposed by yororen_ui::widget.

Each widget has a dedicated page with example code.

Widgets are higher-level building blocks than Components:

  • Widgets can own behavior (virtualization, window chrome, focus management, etc.)

  • Some widgets return gpui::Entity<T> because they store internal state

  • TitleBar

  • VirtualList

Notes:

  • VirtualListController and VirtualListHandle are documented on the VirtualList page.

Clone this wiki locally