Official Vue 3 components built for Flowbite and Tailwind CSS
Flowbite-vue is an open-source collection of UI components, built using Vue and incorporating utility classes from Tailwind CSS. It serves as a useful starting point for developing user interfaces and websites. While the documentation for flowbite-vue is not yet complete, users can browse the components on flowbite.com and visit the Flowbite docs to learn more about the framework.
To use flowbite-vue, users need to set up flowbite and install flowbite-vue from npm.
npm install flowbite
tailwind.config.js
file:module.exports = {
plugins: [
require('flowbite/plugins/tailwind')
],
}
Flowbite-vue is a helpful open-source collection of UI components built using Vue and Tailwind CSS. It provides a starting point for developers to create user interfaces and websites. While the documentation is still in progress, users can access the components on flowbite.com and visit the Flowbite docs to learn more.