Socket
Socket
Sign inDemoInstall

flowbite

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite

The most popular library of interactive components built with Tailwind CSS


Version published
Weekly downloads
179K
decreased by-38.88%
Maintainers
1
Weekly downloads
Β 
Created

What is flowbite?

Flowbite is a utility-first CSS framework for building responsive, modern web interfaces. It is built on top of Tailwind CSS and provides a set of pre-designed components and interactive elements that can be easily integrated into web projects.

What are flowbite's main functionalities?

UI Components

Flowbite provides a variety of pre-designed UI components such as buttons, cards, modals, and more. These components are built with Tailwind CSS classes and can be easily customized.

<button class="btn btn-primary">Button</button>

Interactive Elements

Flowbite includes interactive elements like dropdowns, modals, and tooltips that are built with JavaScript to enhance user experience. These elements are easy to integrate and customize.

<div class="dropdown">
  <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
    Dropdown button
  </button>
  <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
    <a class="dropdown-item" href="#">Action</a>
    <a class="dropdown-item" href="#">Another action</a>
    <a class="dropdown-item" href="#">Something else here</a>
  </div>
</div>

Responsive Design

Flowbite is designed to be fully responsive, allowing developers to create layouts that adapt to different screen sizes. It uses Tailwind CSS's responsive utility classes to achieve this.

<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-4">
  <div class="col-span-1">Content 1</div>
  <div class="col-span-1">Content 2</div>
  <div class="col-span-1">Content 3</div>
  <div class="col-span-1">Content 4</div>
</div>

Other packages similar to flowbite

Keywords

FAQs

Package last updated on 29 Jul 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc