Sidebar Navigation Menu using Tailwind CSS | Beginners Guide to Tailwind CSS

preview_player
Показать описание
In this tutorial, you'll learn how to create a responsive sidebar navigation menu using Tailwind CSS. In this navigation, we have submenu items as well. Here we've added animation for a better user experience.

► Timestamps
0:00 Introduction
1:51 Creating the Project & Installing Packages
6:14 Create the Sidebar Navigation

Рекомендации по теме
Комментарии
Автор

Hello Pradip, this tutorial is jam packed with knowledge, not only did i learn how to implement the toggle functionality the proper way but also these cool animations that we can add on to it. Keep it up! 👍

vardaanagarwal
Автор

Simple, clear and robust. Awesome tutorial.

waltergomero
Автор

This is amazing! great design, good explanation and easy to follow. Thank you so much for this tutorial!

julienheng
Автор

great tutorial man, and thank you for no background music. This is the right video format!

ezequiel
Автор

Thank You for these helpful video, I always use to watch your react native tutorial.

techyvivekraj
Автор

Thank you for the detailed guidance. It's easy to follow. Good job.

ChauNguyenRVC
Автор

Simple and straight to the point. Thank you Pradip.

oluwaseunladeinde
Автор

Great tutorial. Well explained. Just what I was looking for

phil
Автор

Great vid. Exactly what i needed. Thank you for sharing. Its a sub.

mtsurov
Автор

Awesome side bar with cool translation, Awesome👍👍👍

josphat.Karanja
Автор

Wonderful. Thank you for sharing this.

maghani.official
Автор

Great tutorial. I'm using Vuejs but could easily follow the tailwind bit that I was interested in.

xxic.
Автор

10K claps for video content. Thanks for sharing!

juanmamani
Автор

Amazing tutorial, really appreciate it.. keep up the good work

spotnuru
Автор

Thanks for your excellent tutorial.. was trying to implement smooth transition in one of the sidebar but was confused.. thanks to you

dart_ariz
Автор

i was at the 8 minutes mark then i got engrossed in the potential masterpiece i could make and started dancing and bobbinb my head

thinkcorrectly
Автор

Thanks, I had to modify it a bit as I use Laravel/Livewire but the Tutorial is easily convertible to other platforms. Great job!

galindoxrafa
Автор

const Menus = [
{ title: "Dashboard" },
{ title: "Pages" },
{ title: "Media", spacing: true },
{
title: "Projects",
submenu: true,
submenuItems: [{ title: "Submenu 1" }, { title: "Submenu 2" }, { title: "Submenu 3" }],
},
{ title: "Analytics" },
{ title: "Profile", spacing: true },
{ title: "Setting" },
{ title: "Logout" },
];

roebienarnaiz
Автор

Man thank you your a great teACHER, curious I noticed you used the sequencer for drums, but can't I just play those softs via the

gianniskourtessis