DEV Community

Cover image for Tailwind sidebar
skarthickkannan
skarthickkannan

Posted on

Tailwind sidebar

Today I show you how to build Sidebar with tailwind easily. For me Tailwind is the best framework for css. Its classes makes sense

This demo for this project is here

https://sidebar-tailwind.surge.sh/

git clone

https://github.com/skarthickkannan/Tailwind-sidebar-project

For sidebar we use aside element some tailwind classes

Alt Text

For main content we use main element also some tailwind classes

Alt Text

and inside main content there is a div and i repeating that for 4 or 5 times to like a more posts

And that's all. Thanks for being here.

Top comments (0)