rustam76/shadcn-blade
最新稳定版本:v1.0.1
Composer 安装命令:
composer require rustam76/shadcn-blade
包简介
Shadcn Blade UI Component Generator
README 文档
README
Shadcn Blade is a collection of re-usable components built using Radix UI and Tailwind CSS, adapted for Laravel Blade.
Documentation
For full documentation, please visit docs/index.md.
Requirements
- PHP 8.1 or higher
- Laravel 10.0, 11.0, or 12.0
Installation
You can install the package via composer:
composer require rustam76/shadcn-blade
CSS Injection
The package automatically injects the necessary CSS variables into your resources/css/app.css file during installation. Ensure this file exists in your project.
Usage
To add a component to your project, use the shadcn:add Artisan command:
php artisan shadcn:add button
This will copy the component's Blade view to resources/views/components/ui. You can then use it in your Blade files:
<x-ui::button>Click me</x-ui::button>
Contributing
Please see docs/contribution.md for details on how to contribute to this project.
License
The MIT License (MIT). Please see License File for more information. `
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-30