Skip to content

Repository files navigation

Flowbite - Tailwind CSS components
Build websites even faster with components on top of Tailwind CSS

DiscordTotal DownloadsLatest ReleaseLicenese


Documentation

For full documentation, visit flowbite.com.

Components

Flowbite is an open source collection of UI components built with the utility classes from Tailwind CSS that you can use as a starting point when coding user interfaces and websites.

AlertsBadgeBreadcrumbs
Tailwind CSS AlertsTailwind CSS BadgeTailwind CSS Breadcrumbs
ButtonsButton groupCards
Tailwind CSS ButtonsTailwind CSS Button GroupTailwind CSS Cards
DropdownFormsList group
Tailwind CSS DropdownTailwind CSS FormsTailwind CSS List group
TypographyModalTabs
Tailwind CSS TypographyTailwind CSS ModalTailwind CSS Tabs
NavbarPaginationTimeline
Tailwind CSS NavbarTailwind CSS PaginationTailwind CSS Timeline
Progress barTablesToast
Tailwind CSS Progress BarTailwind CSS TablesTailwind CSS Toast
TooltipsDatepickerSpinner
Tailwind CSS TooltipsTailwind CSS DatepickerTailwind CSS Spinner
FooterAccordionSidebar
Tailwind CSS FooterTailwind CSS AccordionTailwind CSS Sidebar
CarouselAvatarRating
Tailwind CSS CarouselTailwind CSS AvatarTailwind CSS Rating
Input FieldFile InputSearch Input
Tailwind CSS Input FieldTailwind CSS File InputTailwind CSS Search Input
SelectTextareaCheckbox
Tailwind CSS SelectTailwind CSS TextareaTailwind CSS Checkbox
RadioToggleRange Slider
Tailwind CSS RadioTailwind CSS ToggleTailwind CSS Range Slider
Floating Label
Tailwind CSS Floating Label

Getting started

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.

Require via NPM

Make sure that you have Node.js and Tailwind CSS installed.

  1. Install Flowbite as a dependency using NPM by running the following command:
npm i flowbite
  1. Require Flowbite as a plugin inside the tailwind.config.js file:
module.exports={plugins: [require('flowbite/plugin')]}
  1. Include the main JavaScript file to make interactive elements work:
<scriptsrc="../path/to/flowbite/dist/flowbite.js"></script>

If you use Webpack or other bundlers you can also import it like this:

import'flowbite';

Include via CDN

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:

<linkrel="stylesheet" href="https://unpkg.com/flowbite@latest/dist/flowbite.min.css" />

And include the following javascript file before the end of the body element:

<scriptsrc="https://unpkg.com/flowbite@latest/dist/flowbite.js"></script>

Community

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

Figma

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

Copyright and license

The Flowbite name and logos are trademarks of Crafty Dwarf Inc.

📝 Read about the licensing terms

About

The most popular library of interactive UI components built with Tailwind CSS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages