
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@themesberg/flowbite
Advanced tools
Open-source library of Tailwind CSS components and interactive elements.
Build websites even faster with components on top of Tailwind CSS
For full documentation, visit flowbite.com.
Flowbite can be included as a plugin into an existing Tailwind CSS project and it is supposed to help you build websites faster by having a set of web components to work with built with the utility classes from Tailwind CSS.
Make sure that you have Node.js and Tailwind CSS installed.
npm i @themesberg/flowbite
tailwind.config.js
file:module.exports = {
plugins: [
require('@themesberg/flowbite/plugin')
]
}
<script src="../path/to/@themesberg/flowbite/dist/flowbite.bundle.js"></script>
If you use Webpack or other bundlers you can also import it like this:
import '@themesberg/flowbite';
The quickest way to get started working with FlowBite is to simply include the CSS and JavaScript into your project via CDN.
Require the following minified stylesheet inside the head
tag:
<link rel="stylesheet" href="https://unpkg.com/@themesberg/flowbite@latest/dist/flowbite.min.css" />
And include the following javascript file before the end of the body
element:
<script src="https://unpkg.com/@themesberg/flowbite@latest/dist/flowbite.bundle.js"></script>
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
If you need the Figma files for the components you can check out our website for more information:
FAQs
Open-source library of Tailwind CSS components and interactive elements.
We found that @themesberg/flowbite demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.