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 […]
Category: TailwindCSS Tutorial
TailwindCSS Tutorial – TailwindCSS Tutorials for Beginners
React & Tailwind CSS – Reusable Button Component
In this section, we’ll build a reusable button component with react js and tailwind CSS 3. You must first install setup react with tailwind css. You can comment on the article below. First you need to create Button.jsx component. Components/Button.jsx Now you can import Button Component and use anywhere. Also Read : How to Create & Use Component in Angular […]