Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 936da0b

Browse files
authored
Update README.md
1 parent f717cec commit 936da0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ A set of Blade components to rapidly build forms with [Tailwind CSS Custom Forms
1212

1313
* Components for input, textarea, select, multi-select, checkbox and radio elements.
1414
* Support for [Tailwind CSS Custom Forms](https://tailwindcss-custom-forms.netlify.app) and [Bootstrap 4 Forms](https://getbootstrap.com/docs/4.0/components/forms/).
15+
* Component logic independent from Blade views, the Tailwind and Bootstrap views use the same logic.
1516
* Bind a target to a form (or a set of elements) to provide default values.
1617
* Support for Spatie's [laravel-translatable](https://github.com/spatie/laravel-translatable).
1718
* Re-populate forms with [old input](https://laravel.com/docs/master/requests#old-input).
1819
* Validation errors.
1920
* Components classes and Blade views fully customizable.
2021
* Support for prefixing the components.
21-
* Component logic independent from Blade views, the Tailwind and Bootstrap views use the same logic.
2222

2323
## Requirements
2424

0 commit comments

Comments
 (0)