blade-questions

BladeQuestions

Laravel Blade Components for Quickly making forms

Requirements

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