use rippleui instead of flowbite

This commit is contained in:
2024-09-03 08:41:00 -04:00
parent 13c9ada901
commit 8481ff917c
7 changed files with 1383 additions and 364 deletions

1461
assets/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"@types/alpinejs": "^3.13.10",
"@types/phoenix": "^1.6.5",
"@types/phoenix_live_view": "^0.18.5",
"flowbite": "^2.5.1",
"rippleui": "^1.12.1",
"typescript": "^5.5.4"
},
"scripts": {

View File

@@ -16,7 +16,7 @@ module.exports = {
},
plugins: [
require("@tailwindcss/forms"),
require("flowbite/plugin"),
require("rippleui"),
// Allows prefixing tailwind classes with LiveView classes to add rules
// only when LiveView classes are applied, for example:
//