Allows users to find the next or the previous focusable element in a given direction relative to an element or an area.
spec
baseline: 'BlocPacFocusFinder' with: [
spec repository: 'github://feenkcom/bloc-pac:main/src' ].
...
spec
package: #'MyPackage' with: [
spec requires: #(#'MyOtherPackage' #BlocPacFocusFinder ) ].
Metacello new
baseline: 'BlocPacFocusFinder';
repository: 'github://feenkcom/bloc-pac:main/src';
load
Metacello new
baseline: 'BlocPacFocusFinderExamples';
repository: 'github://feenkcom/bloc-pac:main/src';
load