Adding Flowbite
Install
Section titled “Install”npm install flowbite --saveImport CSS - default theme
Section titled “Import CSS - default theme”@import 'flowbite/src/themes/default';Import CSS - Flowbite plugin
Section titled “Import CSS - Flowbite plugin”@plugin "flowbite/plugin";Import CSS - Configure source files
Section titled “Import CSS - Configure source files”@import 'flowbite/src/themes/default';or
<link href="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.css" rel="stylesheet" />Include the JavaScript
Section titled “Include the JavaScript”<script src="../path/to/flowbite/dist/flowbite.min.js"></script>or
<script src="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.js"></script>Bundled JavaScript
Section titled “Bundled JavaScript”import 'flowbite';