<div align="center"> <h1>flowbite-vue</h1> <p> <a href="https://flowbite.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src="./docs/assets/github.png"> </a> </p> <p> Build websites even faster with components on
npm install flowbite-vue---
- Documentation
- Getting started
- Require via npm
- Include via CDN
- Components
- Community
- Contributing
- Figma
- Copyright and license
Documentation for flowbite-vue is not yet finished.
If you want to browse the components, visit flowbite.com.
If you want to learn more about Flowbite, visit Flowbite docs.
To use flowbite-vue, you just need to setup flowbite normally and install flowbite-vue from npm.
flowbite can be included as a plugin into an existing Tailwind CSS project.
Make sure that you have Node.js and Tailwind CSS installed.
1. Install flowbite as a dependency using npm by running the following command:
``bash`
npm i flowbite flowbite-vue
2. Require flowbite as a plugin inside the tailwind.config.js file:
`javascript``
module.exports = {
content: [
...,
'node_modules/flowbite-vue/*/.{js,jsx,ts,tsx}'
],
plugins: [..., require('flowbite/plugin')],
};
If you need help or just want to discuss about the library join the community on Github:
â¨ď¸ Discuss about Flowbite on GitHub
For casual chatting with others using the library:
đŹ Join the Flowbite Discord Server
Thank you for your interest in helping! Visit our guide on contributing to get started.
If you need the Figma files for the components you can check out our website for more information:
đ¨ Get access to the Figma design files
The Flowbite name and logos are trademarks of Crafty Dwarf Inc.