Today we are going to create Tabs Component using Tailwind CSS and Alpine JS. We are assuiming that you have the basic knowledge of tailwindcss and alpine js. Install AlpineJS into you project. If you did not know how to install it here is a tutorial on how to install AlpineJS into a laravel 9 : How to Install Alpine.js in […]
Tag: Alpine.js
How to Install Alpine.js in Laravel 9
This Tutorial will teach you how to install Alpine.js in Laravel 9. Alpine.js is a rugged, minimal framework for composing JavaScript behavior in your markup. That’s right, in your markup! Read also : How to Install Bootstrap in Laravel 9? Alpine.js can be installed in two ways in Laravel 9. Way 1 : Step 1: Create Laravel Project Step 2: Adding Alpine.js CDN […]