Using Sonner Toast in Next Js / React

Sonner is an excellent React component for displaying Toast messages in Next.js or React.js apps. While there are similar packages like React Toastify that also facilitate the display…

ant desing react tutorend

How to Use Ant Design in React

Ant Design is a popular React UI library that provides a set of high-quality components and design guidelines for building modern and responsive web applications. While it’s most…

Scroll Progress Bar in Next js /React

A scroll progress bar is a visual indicator that shows how far a user has scrolled down a web page. In this tutorial, we are going to create…

Use Modal in React / Next js with react-modal component

Modals or PopUps are a great way to show some urgent and important information when a user visits a website, I have implemented a custom Modal using my…

custom react modal

Create Custom Modal in React with Tailwind CSS

Modals are beneficial components for showing special messages to the visitor of your website, Although there are ready-made components for react on NPM, building our own custom modal…

Carousel in React/Nextjs with react-responsive-carousel

Carousels are very common elements used on websites to show sliding cards you can see below Carousels can have different styles, layouts, sizes, and behaviors like autoscrolling and…

Create Tabs in React or Next JS with react-tabs

Tabs are a common UI element used in web development to organize content and present it in a structured and user-friendly way. In React it becomes very easy…

react toastify

Using React Toastify in Next Js / React

React Toastify lets you add toast/notifications to your application within minutes, and using it is relatively easy. It provides so much customization that you feel like it’s an…

How To Use Tailwind CSS in Simple HTML projects

Tailwind is Utility First CSS Library used for rapidly developing web applications, it eliminates the need of writing pure CSS and has a utility class for almost every…