Overview:
Artisan UI is a component library designed to bring the elegance of ShadCN to Laravel. It is built using Tailwind, Alpine JS, and Laravel Blade, making it a versatile choice for developers looking to enhance their UI design.
Features:
- Component Library: Artisan UI offers a wide range of components for Laravel projects.
- Tailwind CSS: Utilizes Tailwind CSS for easy customization and styling.
- Alpine JS Integration: Includes Alpine JS for interactive front-end functionalities.
Installation:
To install Artisan UI, follow these steps:
Include the package using composer:
composer require artisan-ui
Publish the assets:
php artisan artisanui:install
Include the styles in your layout file:
<link href="{{/* mix('css/artisan-ui.css') */}}" rel="stylesheet">
Summary:
Artisan UI is a component library that combines the elegance of ShadCN with the functionality of Laravel, making it a valuable tool for developers seeking to enhance their UI designs. With features like a comprehensive component library, Tailwind CSS integration, and Alpine JS support, Artisan UI offers a seamless experience for designing and developing Laravel projects.