feat: install and scaffold Tablar theme

This commit is contained in:
2026-05-01 11:49:20 -04:00
parent 9108b6bab6
commit bd52e27f76
170 changed files with 1046 additions and 375 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
Import the jQuery
*/
import jQuery from "jquery";
window.$ = window.jQuery = jQuery;
/*
Import the Tabler Js with Demo theme
*/
import '../../node_modules/@tabler/core/dist/js/tabler';
import '../../node_modules/@tabler/core/dist/js/tabler-theme.js';