Hi, the slider carousels don’t seem to be rendering correctly on localhost. Is there anything I have missed?
Hi @harmonic_leopard! Are you using codegen? You might need to add a global CSS import to your project:
import "slick-carousel/slick/slick-theme.css";
import "slick-carousel/slick/slick.css";
Thank you that worked! I am using codegen. Are there any other components that need me to import global css styles?
plasmic sync
should log a message containing the required CSS imports like:
IMPORTANT: This project uses external packages and styles. Make sure to import the following global CSS: "slick-carousel/slick/slick-theme.css", "slick-carousel/slick/slick.css", ...