Skip to content

Commit

Permalink
Adding index.js to roving-tab-index directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Feb 28, 2022
1 parent 065a3f9 commit 6882e2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roving-tab-index/js/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import RovingTabindex from './modules/RovingTabindex.js';
import RovingMultiselect from './modules/RovingMultiselect.js';

const rovingTabindex = new RovingTabindex('#list-group-1', '.roving-list-item');
const rovingMultiselect = new RovingMultiselect('#list-group-2', '.roving-multiselect-list-item');

0 comments on commit 6882e2a

Please sign in to comment.