brino/blade-questions
Composer 安装命令:
composer require brino/blade-questions
包简介
Laravel Blade Form Components
README 文档
README
Laravel Blade Components for Quickly making forms
Requirements
- Laravel 8 or 9
- PHP 7 or 8
Installation
composer require brino/blade-questions
Usage Examples
<x-question-input label="Owner" :parent="$settings" placeholder="username"></x-questions-input> <x-question-select label="Status" :options="[1 => 'Stock', 2 => 'Distribution']"></x-question-select> <x-question-checkbox :choices="[1=>'Distribution', 2=>'Stock']" label="Status"></x-question-checkbox> <x-question-radio :choices="[1=>'Yes', 0=>'No']" :parent="$settings" label="Calculate Formulas (optional)" name="calculate_formulas" tooltip="Pre-calculation of formulas in non-text file spreadsheets"></x-questions.radio>
License
BladeQuestions is released under the MIT Open Source License, https://opensource.org/licenses/MIT
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-27