Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 3379c0fc authored by Nicolas's avatar Nicolas
Browse files

feat: add flowbite

parent 57321418
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"@vitejs/plugin-vue": "^4.6.2", "@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"axios": "^1.7.5", "axios": "^1.7.5",
"flowbite": "^2.5.1",
"laravel-vite-plugin": "^0.7.8", "laravel-vite-plugin": "^0.7.8",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"postcss": "^8.4.41", "postcss": "^8.4.41",
......
import './bootstrap'; import './bootstrap';
import 'flowbite';
import { createApp } from 'vue/dist/vue.esm-bundler'; import { createApp } from 'vue/dist/vue.esm-bundler';
import { i18nVue } from 'laravel-vue-i18n' import { i18nVue } from 'laravel-vue-i18n'
import Component from "../vue/Component.vue"; import Component from "../vue/Component.vue";
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<x-slot name="description">Description de la page</x-slot> <x-slot name="description">Description de la page</x-slot>
<x-slot name="content"> <x-slot name="content">
<div <div
class="relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center py-4 sm:pt-0"> class="relative flex items-top justify-center min-h-screen bg-gray-100 dark:bg-gray-900 sm:items-center py-4 sm:pt-0">
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8"> <div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
......
...@@ -9,6 +9,7 @@ module.exports = { ...@@ -9,6 +9,7 @@ module.exports = {
extend: {}, extend: {},
}, },
plugins: [ plugins: [
require('@tailwindcss/forms'), require('@tailwindcss/forms'),
require('flowbite/plugin')
], ],
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment