
Research
Security News
Malicious npm Package Wipes Codebases with Remote Trigger
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
@themesberg/flowbite
Advanced tools
FlowBite is an open-source set of UI components and elements built with the utility-first Tailwind CSS framework. It includes multiple components such as buttons, alerts, modals, dropdowns, cards, navbars and many more.
We recommend you to read the documentation and follow the instructions directly from there as you will be able to find everything from getting started, browsing the components and building for production.
There are multiple ways that you can include it into your project.
We recommend setting up your project using the build tools guide to be able to build for production.
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 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>
Important: This is not the recommended way of working with FlowBite because you won't be able to purge the unnecessary CSS. Check out the build tools to properly set up FlowBite for development and production code.
You can also require FlowBite as a dependency using NPM by running the following command:
npm i @themesberg/flowbite
There is also a pro version of FlowBite available featuring more components, an application UI layout, marketing UI pages, e-commerce pages and also Figma design files.
Check it out here: flowbite.com
The FlowBite components library is open-source under the MIT License. Find out more by clicking here.
Flowbite is an open source library under the MIT license and anyone who would like to contribute to the codebase or design is welcome to do so.
Please reach out to us via the official Github repository and the main development team will get in touch as soon as possible.
FAQs
Open-source library of Tailwind CSS components and interactive elements.
The npm package @themesberg/flowbite receives a total of 933 weekly downloads. As such, @themesberg/flowbite popularity was classified as not popular.
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.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.
Security News
New CNA status enables OpenJS Foundation to assign CVEs for security vulnerabilities in projects like ESLint, Fastify, Electron, and others, while leaving disclosure responsibility with individual maintainers.