Welcome to this blog post, where I'll walk you through building a mobile menu using only Tailwind CSS and HTML, without JavaScript. This approach i...
For further actions, you may consider blocking this person and/or reporting abuse
@seppegadeyne great tutorial. I was looking for a non-js solution in Tailwind. Is it possible to modify the menu the way it will act the same as here: web3templates.com/preview/astroshi...?
Hi @stankukucka, thank you for your feedback. It is also possible. I will make an example and add it to the tutorial later.
Hi @stankukucka, Thanks for working together to create a vertical dropdown menu like on web3templates.com. You can view the demo and source on Github.
Thanks @seppegadeyne it was a great experience to work together on such a "small project".
if i want to change the background color from black to white . I want it to be white before and black after click.
Hi @godfreymutebi, If you have three lines, you can do so by adjusting the background color of the before and after content + background color. So before the click, white =
before:bg-white bg-white after:bg-white
and then black after click =before:peer-checked:bg-black peer-checked:bg-black after:peer-checked:bg-black
. I hope this can help you.thanks, its what i deed
Thank you so much for sharing this, great post!
Very nice solution. I'm thinking of use similar not only for menu but to separate screens of content in mobile devices.
Great! thanks for sharing.
hi
its amazing
but i want when i click on any links in menu, menu be closed
ty