react js
Set-up Shadcn UI in Next JS
There are 100s of UI Libraries like Material UI, Chakra UI, Bootstrap, etc. while using these libraries we have to Install whole library and only then we can…
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…
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…
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…
Social Sharing in React or Next.js with react-share
Sharing feature on the website is very helpful for users to share the content with their friends and family. It is also helpful for website owners to get…
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…
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…