qisti/smart-ui-qisti
最新稳定版本:0.1.0.9
Composer 安装命令:
composer require qisti/smart-ui-qisti
包简介
Local Smart UI components for the Qisti app.
README 文档
README
- Include the package in composer
composer require qisti/smart-ui-qisti
- Run package installation
composer install
- Publish the CSS/Tailwind
php artisan vendor:publish --tag=smartuiqisti-assets
- Importing smart ui css into your main css
@import './smartuiqisti/app.css';
- Publish blade view
php artisan vendor:publish --tag=smartuiqisti-views
- Publish smartui configuration
php artisan vendor:publish --tag=smartuiqisti-config
- Use of the component
<x-smartuiqisti::forms.upload-form
label="Supporting Document"
max-file="5"
max-size="50000"
accept=".csv,.xls,.xlsx,.zip,.pdf,.png,.jpg,.jpeg"
required
preview-outside
bulk-delete
wire:model="xxx"
/>
🎨 Theme & Color Controls
| Attribute | Description |
|---|---|
main-color |
Primary UI accent color |
dropzone-color |
Dropzone background color |
dropzone-border-color |
Dropzone border color |
dropzone-active-color |
Dropzone active state background |
<x-smartuiqisti::forms.upload-form main-color="#000000" dropzone-color="#f5f3ff" dropzone-border-color="#c4b5fd" dropzone-active-color="#ede9fe" />
🎯 Styling Hooks
| Attribute | Description |
|---|---|
label-class |
Label styling |
inner-icon-class |
Upload icon styling |
inner-title-class |
Title styling |
inner-title-sub-class |
Subtitle styling |
inner-accepted-class |
Accepted file text styling |
<x-smartuiqisti::forms.upload-form label-class="text-sm font-semibold text-gray-700" inner-icon-class="text-indigo-600" inner-title-class="text-base font-bold" inner-title-sub-class="text-xs text-gray-500" inner-accepted-class="text-xs italic text-gray-400" />
🤖 AI & File Optimization
| Attribute | Description |
|---|---|
ai-enable |
Enable AI-powered extraction & scanning |
auto-compress |
Automatically compress large files before upload |
<x-smartuiqisti::forms.upload-form ai-enable auto-compress />
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-11-19