Home > Net >  Add keyframes animation to material-ui styled component. React
Add keyframes animation to material-ui styled component. React

Time:09-17

I need to use key frames animation with enter image description here

CodePudding user response:

Ah, I was importing the wrong module, it needed to be imported from import { styled } from "@mui/material/styles"; and not import { styled } from "@mui/styles"; . My bad. I still hope this helps somebody out there.

enter image description here

  • Related