Questions tagged [flowbite]

No instructions have been provided for this tag at the moment.

Tips for troubleshooting the flowbite modal issue in vue js

Currently, I am utilizing Vue.js along with Tailwind CSS and Flowbite for component library support. However, I am encountering an issue with the modal component from Flowbite. Despite following the installation and configuration steps outlined in the docu ...

Should the package for icons in the library I'm constructing be categorized under dependencies or devDependencies?

As I embark on creating my inaugural React component library, I find myself incorporating the flowbite and react-icons libraries. Despite familiarizing myself with their distinctions, I'm uncertain about where exactly they should be placed. Are these sim ...