Re-usable Blade components for Laravel projects using Blade UI Kit

1 · Amit Merchant · Sept. 3, 2020, 11:56 a.m.
Recently, a prominent member of Laravel community, Dries Vints, has pre-released a pretty exciting open-source project called Blade UI Kit. Quoting from its official GitHub reposirtory, Blade UI Kit is a set of renderless components to utilize in your Laravel Blade views. In a nutshell, Blade UI Kit provides you a set of re-usable Blade components that you might be using across your Laravel projects repeatedly. For instance, let’s say, you want to add a password input in your project. In that ...