
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@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.
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 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>
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
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.