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

Commit e308087

Browse files
authored
Update README.md
1 parent 7a2da87 commit e308087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ A set of Blade components to rapidly build forms with [Tailwind CSS v1](https://
1313
## Features
1414

1515
* Components for input, textarea, select, multi-select, checkbox and radio elements.
16-
* Support for Tailwind v1 with [Tailwind CSS Custom Forms](https://tailwindcss-custom-forms.netlify.app) and
17-
* Support for Tailwind v2 with [Tailwind Forms](https://tailwindcss-forms.vercel.app/) and
16+
* Support for Tailwind v1 with [Tailwind CSS Custom Forms](https://tailwindcss-custom-forms.netlify.app).
17+
* Support for Tailwind v2 with [Tailwind Forms](https://tailwindcss-forms.vercel.app/).
1818
* Support for [Bootstrap 4 Forms](https://getbootstrap.com/docs/4.0/components/forms/).
1919
* Component logic independent from Blade views, the Tailwind and Bootstrap views use the same logic.
20-
* Bind a target to a form (or a set of elements) to provide default values.
20+
* Bind a target to a form (or a set of elements) to provide default values (model binding).
2121
* Support for [Laravel Livewire](https://laravel-livewire.com) v2.
2222
* Support for Spatie's [laravel-translatable](https://github.com/spatie/laravel-translatable).
2323
* Re-populate forms with [old input](https://laravel.com/docs/master/requests#old-input).

0 commit comments

Comments
 (0)