Skip to content

AhmadIkbalDjaya/talldaisyui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TallDaisyUI

Latest Version on Packagist Total Downloads GitHub license

TallDaisyUI is a Laravel Blade UI Components library built on TALL Stack (Tailwind CSS, Alpine.js, Laravel, Livewire) and DaisyUI. It provides a collection of beautifully designed, responsive, and accessible UI components that can be easily integrated into your Laravel applications.

🚀 Introduction

TallDaisyUI combines the power of DaisyUI's beautiful component classes with Laravel Blade components to create a seamless development experience. Built specifically for the TALL stack ecosystem, this package offers:

  • 🎨 Beautiful Design: Leverages DaisyUI's stunning component classes
  • Easy Integration: Simple Blade component syntax
  • 📱 Responsive: Mobile-first design approach
  • 🔧 Customizable: Fully themeable components
  • 🚀 Lightweight: No heavy JavaScript dependencies
  • 🎯 TALL Stack Optimized: Works perfectly with Tailwind, Alpine, Laravel, and Livewire

📖 Installation

Requirements

  • PHP 8.2+
  • Laravel 12.0+
  • Livewire 3.0+
  • Tailwind CSS 4.0+
  • DaisyUI 5.0+

Step 1: Install via Composer

Install the package via composer.

composer require ikbaldjaya/talldaisyui

Step 2: Run the installer

Run the installer to publish the assets and configuration files.

php artisan install:talldaisyui

📚 Documentation

Complete documentation is coming soon! In the meantime, you can find temporary documentation at our Documentation Page.

Example Usage

<x-button label="Hello" color="primary" />

📝 License

TallCraftUI is open-sourced software licensed under the MIT license