Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 692 Bytes

Focus-Finder.md

File metadata and controls

34 lines (26 loc) · 692 Bytes

Focus Finder

Allows users to find the next or the previous focusable element in a given direction relative to an element or an area.

Depend on it

spec 
   baseline: 'BlocPacFocusFinder' with: [
      spec repository: 'github://feenkcom/bloc-pac:main/src' ].

...

spec 
   package: #'MyPackage' with: [
      spec requires: #(#'MyOtherPackage' #BlocPacFocusFinder ) ].

Installation

Metacello new
   baseline: 'BlocPacFocusFinder';
   repository: 'github://feenkcom/bloc-pac:main/src';
   load

Examples:

Metacello new
   baseline: 'BlocPacFocusFinderExamples';
   repository: 'github://feenkcom/bloc-pac:main/src';
   load