What happened to responsive first? Or am I just not doing it right? #758
-
So I come from bootstrap so bear with me on this... But I put together a simple example page. Everything works right on desktop versions, but when I go to mobile, the header example is full length still and doesn't compact to mobile with a menu button. I guess I have to just code a way to do that using tailwind instead of flux kinda handling it for me? Is this how everything is going to be where I have to manually make everything responsive? Maybe I'm too spoiled from bootstrap lol |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
@jamesautodude When you view this page: https://fluxui.dev/demo/header in mobile, does it 'compact' to a button like you expect? |
Beta Was this translation helpful? Give feedback.
@jeffchown This was the problem. It's fixed now and works correctly 🤦♂️🤦♂️🤦♂️
I had to add:
"./resources/**/**/*.blade.php"
to my tailwind config because I had my layout in a subfolder of the layouts folder, and I o…