Aaronn

Aaronn

Hey there! I'm Aaronn, a Full Stack Developer who's all about React, NEXTJS, Node.js, and Tailwind CSS. I'm on a mission to craft awesome websites that look great and work even better.

Next.js with Shadcn UI Product Cards Example

Next.js with Shadcn UI Product Cards Example (1)

In this tutorial, we’ll create product cards using Next.js and Shadcn UI. We’ll make them responsive, add hover animations, and include sale tags, using Tailwind CSS for styling. Before using the card in Next.js 13 with Shadcn UI, you need…

How to Use Icons in Shadcn UI with Next.js

How to Use Icons in Shadcn UI with Next.js

In this section, we’ll see how to use icons in Next.js with ShadCN UI. ShadCN UI includes Lucide-React icons by default, and you also have the option to incorporate SVG icons from Heroicons. Next.js 13 with Shadcn UI Icons: Small,…

Next.js with Shadcn UI Progress Bar Example

Next.js with Shadcn UI Progress Bar Example

In this tutorial, we will learn how to use a progress bar in Next.js with Shadcn UI. Before using the progress bar in Next.js 13 with Shadcn UI, you need to install it by running npx shadcn-ui@latest add progress. 1.…

Install Shadcn UI in a React Project using Vite

how to install shadcn ui in react with vite

This guide will show you how to set up Shadcn UI in your React project with TypeScript using Vite. We’ll walk you through the installation process step-by-step. 1. Let’s create a new React project with TypeScript using Vite. 2. We…