Bloc Pac is a suite of libraries and components to help developers create UI with Bloc.
- Focus Finder - to find focusable elements.
- Infinite Element - to create practically infinitly scrollable elements
- Element Query - to query elements tree in an XPath fashion
Use the following script to installs the project in a Pharo 9 or 10:
Metacello new
baseline: 'NewBlocPac';
repository: 'github://pharo-graphics/bloc-pac/src';
load.
This code is licensed under the MIT license.