feat: install and scaffold Tablar theme #6

Merged
rlong merged 139 commits from feature/tablar-theme into master 2026-05-02 16:01:21 -04:00
Showing only changes of commit 24905c9506 - Show all commits
@@ -18,7 +18,10 @@
copyClassesToDropdown: false,
dropdownParent: 'body',
controlInput: '<input>',
sortField: false // Disable TomSelect's internal sorting
sortField: [{
field: 'text',
direction: 'asc'
}]
});
});
});