TechBlog: All things web design, software development, tech, or programming.
Styling Custom Components With The cn Utility
March 14, 2025
Likes: 1
Learn how the cn utility simplifies class merging, resolves Tailwind conflicts, and enhances custom component styling. Whether you're using shadcn/ui...
Create a Multi-Select Component Using ShadCN in Next.js
March 7, 2025
Likes: 3
Multi-select dropdowns are crucial for user-friendly forms, allowing users to pick multiple options efficiently.
Install Shadcn/ui with legacy peer dependencies for Next.js 15
November 3, 2024
Likes: 2
Quick fix for successfully installing Shadcn/ui in Next.js 15 with React 19.
Shadcn ui buttonVariants
April 16, 2024
Likes: 1
This article covers how to use the `buttonVariants` utility from Shadcn UI to style an element as a button in...
Building an Expandable Table with React Table
July 28, 2023
Likes: 0
We will create an expandable data table where each row represents a record that can be expanded to show more...
Styling a react-select Combobox to Match shadcn/ui
June 17, 2023
Likes: 0
Write your description here...