Download the PHP package themesberg/flowbite-laravel-components without Composer
On this page you can find all versions of the php package themesberg/flowbite-laravel-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download themesberg/flowbite-laravel-components
More information about themesberg/flowbite-laravel-components
Files in themesberg/flowbite-laravel-components
Package flowbite-laravel-components
Short Description Flowbite UI components for Laravel Blade
License MIT
Informations about the package flowbite-laravel-components
Flowbite Blade
Laravel Blade components for Flowbite. 60+ UI components, 80+ pre-built blocks, dark mode, and Tailwind CSS v4 — all as composable Blade components.
Documentation: flowbite-laravel.com
Installation
Or get started even faster with the Flowbite Laravel Starter Kit which includes authentication, layouts, dark mode, and everything pre-configured:
Manual setup
Add the Flowbite theme and plugin to your resources/css/app.css:
Quick Start
Components
All components use the x-fwb. prefix.
Core UI
| Component | Alias | Sub-components |
|---|---|---|
| Accordion | x-fwb.accordion |
.item |
| Alert | x-fwb.alert |
|
| Avatar | x-fwb.avatar |
.group |
| Badge | x-fwb.badge |
|
| Button | x-fwb.button |
.group |
| Card | x-fwb.card |
|
| Indicator | x-fwb.indicator |
|
| Pricing Card | x-fwb.pricing-card |
.feature |
| Progress | x-fwb.progress |
|
| Rating | x-fwb.rating |
|
| Spinner | x-fwb.spinner |
Navigation
| Component | Alias | Sub-components |
|---|---|---|
| Breadcrumb | x-fwb.breadcrumb |
.item |
| Bottom Nav | x-fwb.bottom-nav |
.item |
| Navbar | x-fwb.navbar |
.brand, .link |
| Pagination | x-fwb.pagination |
|
| Sidebar | x-fwb.sidebar |
.item, .group |
| Tabs | x-fwb.tabs |
.item |
Overlays & Interactive
| Component | Alias |
|---|---|
| Drawer | x-fwb.drawer |
| Dropdown | x-fwb.dropdown + .item |
| Modal | x-fwb.modal |
| Popover | x-fwb.popover |
| Speed Dial | x-fwb.speed-dial |
| Toast | x-fwb.toast |
| Tooltip | x-fwb.tooltip |
Data Display
| Component | Alias | Sub-components |
|---|---|---|
| Carousel | x-fwb.carousel |
|
| Chat Bubble | x-fwb.chat-bubble |
|
| Gallery | x-fwb.gallery |
.image |
| List Group | x-fwb.list-group |
.item |
| Skeleton | x-fwb.skeleton |
|
| Table | x-fwb.table |
.head, .row, .cell |
| Timeline | x-fwb.timeline |
.item |
Forms
| Component | Alias |
|---|---|
| Checkbox | x-fwb.checkbox |
| File Input | x-fwb.file-input |
| Floating Label | x-fwb.floating-label |
| Input | x-fwb.input |
| Radio | x-fwb.radio |
| Range | x-fwb.range |
| Select | x-fwb.select |
| Textarea | x-fwb.textarea |
| Toggle | x-fwb.toggle |
Content & Layout
| Component | Alias | Sub-components |
|---|---|---|
| Banner | x-fwb.banner |
|
| Footer | x-fwb.footer |
|
| Jumbotron | x-fwb.jumbotron |
|
| Kbd | x-fwb.kbd |
|
| Stepper | x-fwb.stepper |
.item |
| Video | x-fwb.video |
Layouts
| Layout | Alias |
|---|---|
| Admin | x-fwb.layouts.admin |
| Auth | x-fwb.layouts.auth |
| Settings | x-fwb.layouts.settings |
Blocks
Pre-built page sections available as x-fwb.blocks.{category}.{name}.
Marketing (34 blocks)
Hero, header, footer, pricing, CTA, features, testimonials, social proof, FAQ, contact form, blog, portfolio, team, newsletter, error pages, login/register forms, and more.
Application (28 blocks)
CRUD tables, modals, drawers, forms, filters, navigation, dashboard shell, and more.
Ecommerce (24 blocks)
Product pages, shopping cart, checkout, order tracking, payment forms, reviews, and more.
Publisher (2 blocks)
Blog templates and comment sections.
Composition Pattern
Components use parent-child composition:
Configuration
Publish the config file:
Customizing Views
Publish all blade views to customize them:
Views are published to resources/views/vendor/flowbite-blade/.
Icons
This package depends on flowbite-blade-icons for icons:
Requirements
- PHP 8.2+
- Laravel 12+
- Tailwind CSS v4
- Flowbite 4
License
MIT
All versions of flowbite-laravel-components with dependencies
illuminate/support Version ^12.0
illuminate/view Version ^12.0
themesberg/flowbite-blade-icons Version ^1.0