I have been using Flowbite for 2 years for the front-end side of my Laravel application. It is one of the most popular Tailwind component library that speeds up your applications. One feature of Flowbite that really stands out for me are the blocks components. You can think of blocks as a combination of Flowbite UI elements that you can copy and paste into your application to speed up development.
In this blog, I am sharing the most common blocks I use.
1. Navbar (Element)
This provide heading of the landing and other other informational pages for navigation.
https://flowbite.com/docs/components/navbar/
2. Hero Section (Block)
In the landing page, a hero section is very common and flowbite provides 2 free designs up for grabs
https://flowbite.com/blocks/marketing/hero/
3. Footer Section (Block and Element)
https://flowbite.com/blocks/marketing/footer/
4. Application shell
Dashboards are what authenticated users see after they login. Flowbite has a responsive free dashboard block when notification dropdowns. Dashboards block in Flowbite are called Application Shell
https://flowbite.com/blocks/application/shells/
Hi, my name is Roel. I am a TALL stack developer. I created this site to document all web applications I created using the TALL stack. I exclusively built products using Laravel because I like the experience writing applications using the simplest framework/stack available.