Hamburger Menu Button Animations with Tailwind CSS
Live DemoDownload In this quick tutorial, we’ll show you how to make a simple animation for the hamburger menu button with Tailwind CSS. This toggle was designed for SaaS Landing Page, our gallery of...
View ArticleOTP Form Example Made with Tailwind CSS and JavaScript
Live DemoDownload In this tutorial, we will show you how to create a very simple OTP (One-Time Password) form using Tailwind CSS and a bit of vanilla JavaScript. An OTP form is commonly used to verify...
View ArticleStick Elements at the Bottom of Cards with Equal Heights
Live DemoDownload In the following code snippet, we’ll show you how to create content cards with Tailwind CSS. These cards have two main features: they all have the same height, no matter what’s...
View ArticleBuilding a Mobile-Friendly Pricing Table with Tailwind CSS
Live DemoDownload There’s no doubt, tables are a true nightmare when it comes to responsive layouts. They often need a lot of space horizontally, which is a problem on phones and tablets where space...
View ArticleTailwind CSS Nth-Child Selector Cheat Sheet
Live DemoDownload As a frontend developer, I frequently encounter situations where I need to select specific elements within a container using a precise pattern. The :nth-child() pseudo-class is an...
View ArticleAuto-Growing Textarea with Tailwind CSS
Live DemoDownload I really enjoy building user interfaces with CSS, it lets me do almost anything I want. However, at times, it can be frustrating when common functionalities are not natively...
View ArticleAnimated Gradient Borders with Tailwind CSS
Live DemoDownload Animated border gradients have become a popular design trend, particularly on SaaS and startup landing pages. Inspired by this trend, we decided to create our own version using...
View ArticleBuild a WYSIWYG Editor with Tailwind CSS
Live DemoDownload WYSIWYG is the acronym for “What You See Is What You Get” and it refers to text editors where the content you are editing looks exactly as the final output. These editors are...
View ArticleHow to Add Shadcn Components into an Existing Next.js Template
We recently received an email from a user of our Tailwind CSS templates asking: “Hi Cruip Team, thanks so much for those great templates. […] I want to add some components from the Shadcn library, and...
View ArticleCreate a Table with a Sticky Column using Tailwind CSS
Live DemoDownload You know, tables are those elements that we always try to avoid using. Besides being tricky to manage with CSS, tables with many columns force users to scroll horizontally to view...
View ArticleButton Shine Effect on Hover with Tailwind CSS
Live DemoDownload At Cruip, we are obsessed with the little details, and that’s one of the reasons why so many developers have chosen our Tailwind templates. During the refinement stage, we focus on...
View ArticleMasonry Layouts with Tailwind CSS
Live DemoDownload Let me get straight to the point: making a true masonry layout where items line up horizontally requires JavaScript. But using only CSS, we can get a similar look with things stacked...
View ArticleCreate an Image Accordion with Tailwind CSS
Live DemoDownload In this tutorial, we’ll see how to create a modern image accordion that users can interact with by hovering over thumbnails. We got inspired by Pipe‘s landing page, which is an...
View ArticleStyling the Active Link with Next.js and Tailwind CSS
Live DemoDownload This article answers one of the most common concerns from users of our Tailwind templates: how to highlight the active link in Next.js. Checking active links in Next.js Next.js...
View ArticleBuilding a Documentation Search Modal with Next.js
Live DemoDownload In this tutorial, we’ll create a search dialog modal for Next.js and Tailwind CSS projects, similar to what you often see in documentation. We’ve already integrated something like...
View ArticleLinear, Radial and Conic Gradients with Tailwind CSS
Live DemoDownload Tailwind CSS offers default utility classes to create linear gradients quickly and easily, but not for radial or conic gradients. In this quick guide, we’ll see how to create all 3...
View ArticleBlur Reveal Effect with Framer Motion and Tailwind CSS
Live Demo Download In this code snippet, we’ve created a cool blur reveal effect for text and buttons. We got the idea from Linear, a project we admire for its attention to detail in design and...
View ArticleActive Link Animation with Tailwind CSS and Framer Motion
Live Demo Download When designing a one-page website, it’s often helpful to provide users with a visual indicator of their current location on the page. One elegant way to achieve this is by...
View ArticleHow to Use calc() in Tailwind CSS
Before Tailwind introduced the ability to create utility classes on-the-fly, managing CSS properties and values not included in their utilities was always a pain. This is the case with the calc()...
View ArticleHow to Create a True Masonry with Next.js
Live Demo Download In an earlier tutorial, we showed you how to create a masonry layout using Tailwind CSS. However, as mentioned in that article, the result was a “fake masonry” layout because CSS...
View Article