@hackage brick-tabular-list0.2.0.1

Tabular list widgets for brick.

This package contains two tabular list widgets for brick.

  • Grid tabular list

  • Mixed tabular list

To get started

  • Read Brick.Widgets.TabularList.Grid or Brick.Widgets.TabularList.Mixed.

  • Run demo programs. To learn more quickly, modify and run demo programs.

Lens support

If you want to use lens, I encourage using OverloadedLabels extension with generic-lens or optics-core.

For zoom, you have to use van Laarhoven lens because brick supports zoom through microlens.