NextJS not rendering Hero component on full screen
I am creating a static site with NextJS (seems too much just for a static site I know but I might have to expand this in the future). Anyways, right now I am keeping it simple with a few animations. The problem is I have created a Hero component which should take up the entire height of the screen. I used min-h-screen
in the main tag and h-screen
for the Hero component.
Issue with Navigation Bar after Cloning and Moving Files in Next.js Project with framer-motion
I cloned the repository, installed all the necessary dependencies and received warnings:
Expand Div smoothly in react with tailwind not happening
I am trying to animate a div containing my input elements which should expand smoothly, the text area at first is small and the other two input and buttons are hidden, when clicking the text area input and button are shown, however there is no transition, just a jump in size, I tried to use framer motion but it doesn’t accept the tailwindcss values, putting the transitions class in the parent div didn’t help either, can someone please help me with this