NEW COLLECTION

Beautiful Laravel Blade Components With Tailwind CSS

A curated collection of ready-to-use Blade components with Tailwind CSS.
Copy, paste, and ship faster!

#Exclusive Button For Blade TailwindCSS

Live demonstration of the selected component. Interact with it to see behaviors.

Click and hover to test interactions
Rendered live from Blade component
Component Description

This is a set of modern, minimalistic buttons designed with Tailwind CSS. The buttons have smooth hover transitions, rounded corners, and a focus effect for better accessibility.

  • Primary (Blue): Used for main actions.
  • Secondary (Dark Gray): Used for neutral actions.
  • Danger (Red): Used for destructive actions, like deleting.
  • Success (Green): Used for confirmation actions, like saving.

Each button includes:
 ✅ Rounded corners for a soft, modern look.
Hover effects with smooth color transitions.
Focus rings for accessibility improvements.
Dark mode support to maintain consistent UI.

This component is fully responsive and can be used in various UI scenarios.

20%

Discount | Hostinger

Premium Hosting & Domain Deals

Free SSL 99.9% Uptime 24/7 Support

Claim Deal
Ads
Component Blade HTML + Tailwind CSS
<div class="space-x-3 mx-auto">
    <button class="px-6 py-3 text-sm font-semibold rounded-lg transition duration-300 bg-blue-600 text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500">
        Primary Button
    </button>

    <button class="px-6 py-3 text-sm font-semibold rounded-lg transition duration-300 bg-gray-700 text-white hover:bg-gray-800 focus:outline-none focus:ring-2 focus:ring-gray-600">
        Secondary Button
    </button>

    <button class="px-6 py-3 text-sm font-semibold rounded-lg transition duration-300 bg-red-600 text-white hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-red-500">
        Danger Button
    </button>

    <button class="px-6 py-3 text-sm font-semibold rounded-lg transition duration-300 bg-green-600 text-white hover:bg-green-700 focus:outline-none focus:ring-2 focus:ring-green-500">
        Success Button
    </button>
</div>

                                        
← Previous More Components Next →

Select a component

Choose from the sidebar to preview the component and its code

Quick Start Guide

Getting Started

Learn how to quickly implement these components in your Laravel application with our step-by-step guide.

Documentation

Explore our comprehensive docs to learn about customization options and advanced usage.

Component Usage Guide

1. Browse Components

Our library is organized into logical categories to help you find what you need:

  • Navigation: Menus, navbars, pagination
  • Forms: Inputs, selects, validation components
  • Data Display: Cards, tables, lists
  • Feedback: Alerts, modals, loaders

Use the category filter or search functionality to locate specific components.

2. Component Selection

Each component page includes:

  • Live Preview: See the component in action
  • Variants: Different style options available
  • Props/Parameters: Customization options
  • Accessibility Notes: ARIA attributes and keyboard navigation

Pro Tip: Click the "Expand Code" button to see implementation details and required dependencies.

3. Implementation

To use a component in your Laravel application:

  1. Click the "Get this component" button
  2. Paste into your Blade template file (.blade.php)
  3. Ensure required CSS/JS dependencies are loaded
  4. Customize using the available props/tailwind classes

Troubleshooting

  • Component not rendering? Check that you've registered the component class in your Laravel service provider
  • Styles missing? Verify Tailwind CSS is properly configured in your project

Get the Best Hosting, Domain & VPS on Hostinger!

Premium Hosting

Start from $1.99/month

Domain Registration

.com start from $8.99

Cloud VPS

High performance

Free SSL

With every plan

Check Deals Now
20%
DISCOUNT
Limited time offer!
Ends soon
Ads
X-Blade Logo Silhouette