Add the flowbite.

This commit is contained in:
2025-03-24 21:56:54 +02:00
parent 1b27b07268
commit 970f8376e4
4 changed files with 300 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ import {Socket} from "phoenix"
import {LiveSocket} from "phoenix_live_view"
import topbar from "../vendor/topbar"
import "flowbite/dist/flowbite.phoenix.js";
let csrfToken = document.querySelector("meta[name='csrf-token']").getAttribute("content")
let liveSocket = new LiveSocket("/live", Socket, {
longPollFallbackMs: 2500,