Sample Responsive navbar using tailwind css.
Step to make:
Create a separate divisions for brand logo, bar-icon(hidden by default) & navbar-icons within a division.
Make that navbar-icon...
So before diving into this, this code straight up isn't mine and I just found it on github written by gustavopch which is just an implementation of a tweet from tailwind's creator, Adam Wathan.
...
Why Use an Animated Background?Animated backgrounds enhance your website’s visual appeal, making it more engaging. They can highlight key elements and add a sense of movement, creating a more dynami...
As front-end development grows more complex, developers face increasing challenges with CSS frameworks. While Tailwind CSS has been a go-to solution for many teams, it comes with certain limitations t...
Madhu Sudhan Subedi Tech Weekly
Astro is a JavaScript web framework optimized for building fast, content-driven websites. With the release of version 5.5, it introduces better support for diagramming...
Hey everyone! I’ve just launched my developer portfolio, and I’d love your thoughts! 🔗 Live Site: suryamankedem.com.np
⚙️ Tech Stack: React, Next.js, Framer Motion, Tailwind CSS Highlight...
Sofia Techn has released a collection of open-source website templates on GitHub, providing developers with ready-to-use starting points for their web projects. These templates combine modern design p...
Introduction: Beyond the Framework Wars
Another day, another Tailwind post and a new JS framework coming out (very likely). As a disclaimer, this isn’t a “Tailwind vs X” piece or an att...
Custom User Management
Create a custom user app (users/models.py):
⛶from django.contrib.auth.models import AbstractUser
from django.db import models
class CustomUser(AbstractUser):
"...
Want to add a Dark/Light Mode toggle to your React 19 app using Tailwind CSS? This tutorial shows you how to set up a ThemeProvider, integrate it into App.tsx, and create a smooth sun 🌞 / moon 🌙...