-
-
Notifications
You must be signed in to change notification settings - Fork 86
Form Styling
tanthammar edited this page Sep 27, 2020
·
8 revisions
public bool $inline = true;
public string $inlineLabelAlignment;
public string $labelW;
public string $fieldW;
true
false
- A class to align the label in the label column,
default is
config('tall-forms.component-attributes.inline-label-alignment')
.
- A class to align the label in the label column,
- default is
config('tall-forms.component-attributes.label-width')
.
- A class to align the label in the label column,
- default is
config('tall-forms.component-attributes.field-width')
.
php artisan vendor:publish --tag=form-config
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications