Bootstrap 5 works

This commit is contained in:
Micha
2025-02-21 17:25:26 +01:00
parent 94b34e6256
commit 263c9ab3c4
30 changed files with 14255 additions and 367 deletions

View File

@@ -3,9 +3,8 @@ window.jQuery = window.$ = $;
import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap';
import 'bootstrap-icons/font/bootstrap-icons.css';
$(document).ready(function () {
$('#testButton').click(function () {
alert('Bootstrap 3.4.1 and jQuery are working!');
});
$(function () {
// do stuff
});